Jai Beales

Results 4 comments of Jai Beales

I'm seeing the same _You have forgotten to import the NGXS module'_ issue when running the application after upgrade. Oddly this works the first time when going to route that...

Is there some confusion re _Avoid_ `this.store.select(UserState);` ? Aren't we to avoid the `@Select` decorator and not the generic version of `store.select()`? Prob the best option is actually the `select(selector:...

Nice @markwhitfeld! Lovely simple functions ♥. I hadn't heard of ɵɵdirectiveInject(), using this from a function to get dependencies rather than injecting via constructor is very powerful (although somewhat experimental?).

Ditto, did you solve this?