Sébastien Lehmstedt
Results
2
comments of
Sébastien Lehmstedt
I don't know if it can help, but I encountered the same error in 3.7.3 and Angular 13. The reason it failed is subscribing the selector resulting observable in the...
Small tip for changing the @Select In Vscode, you can regex `@Select\((.*)\)\n(.*): Observable;$` and replace by `$2 = this.store.select($1);`