XavierDupessey
XavierDupessey
Hello, Did you check all your @angular-eslint/* dependencies are on v13.2 in your package-lock file? I faced the same issue, I forgot to upgrade @angular-eslint/builder and @angular-eslint/schematics. By the way,...
For a particular action, could it be part of the _ActionOptions_ object? ``` @Action(Submit, { throwErrors: true }) submit(...) { // Won't be forwarded to GlobalErrorHandler because this action was...
Hello, Since class-based Guards and Resolvers are _deprecated_, we are encouraged to use the `inject()` function for functional-based ones. Therefore, for consistency, I would prefer to use it everywhere (in...
Not sure who owns this project and could take a look, maybe @arturovt?