ViieeS
ViieeS
I found the problem. It was this line in my `tsconfig.json`: ``` "files": [ "src/main.ts" ], ``` Now this works: ```ts export const testFutureState: NgHybridStateDeclaration = { name: 'test.**', url:...
I'm looking for a good logger for client side and I'm fine with log4js on the server side. Do I got right that it's incompatible with the client-side?
@mattiash It's pretty simple. I don't know why it wasn't done before :relieved:
@mattiash AngularJS natively supports object iteration via ng-repeat [doc](https://docs.angularjs.org/api/ng/directive/ngRepeat#iterating-over-object-properties). Also I have no problem with this over 2 years of using my fork.
@mattiash Hi! Check this doc https://docs.angularjs.org/api/ng/filter/filter
@TheSharpieOne ok, but still needs to update them :)
this does the trick ```ts pickPowerUp: ArcadePhysicsCallback = (_player, powerUp): void => { (powerUp as Phaser.Types.Physics.Arcade.SpriteWithDynamicBody).disableBody( true, true ); ``` also you can call it without passing context: ```ts this.physics.add.overlap(this.player,...
Here are all the docs: https://github.com/TanStack/table/tree/v7/docs/src/pages/docs
Works for me, however needs slightly different styles from the example
Take a look #41, I used another approach