You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimal reproduction of the bug/regression with instructions
When using the schematics, this kind of warnings will be printed:
The 'path' option in 'XXX/node_modules/@ngrx/schematics/src/feature/schema.json' is using deprecated behaviour.'workingDirectory' smart default provider should be used instead.
The 'path' option in 'XXX/node_modules/@ngrx/schematics/src/action/schema.json' is using deprecated behaviour.'workingDirectory' smart default provider should be used instead.
The 'path' option in 'XXX/node_modules/@ngrx/schematics/src/reducer/schema.json' is using deprecated behaviour.'workingDirectory' smart default provider should be used instead.
The 'path' option in 'XXX/node_modules/@ngrx/schematics/src/effect/schema.json' is using deprecated behaviour.'workingDirectory' smart default provider should be used instead.
The 'path' option in 'XXX/node_modules/@ngrx/schematics/src/selector/schema.json' is using deprecated behaviour.'workingDirectory' smart default provider should be used instead.
The 'path' option in 'XXX/node_modules/@ngrx/store/schematics/ng-add/schema.json' is using deprecated behaviour.'workingDirectory' smart default provider should be used instead.
This seems to apply for all generate schematics as well as for ng-add of @ngrx/store. Haven't thoroughly checked the others.
Minimal reproduction of the bug/regression with instructions
ng new foo --routing --style=css
cd foo
ng add @ngrx/store
# 💥
ng add @ngrx/schematics
ng g @ngrx/schematics:reducer foo
# 💥
Versions of NgRx, Angular, Node, affected browser(s) and operating system(s)
NgRx: 14.0.0
Angular: 14.0.3
Other information
No response
I would be willing to submit a PR to fix this issue
Yes
No
The text was updated successfully, but these errors were encountered:
Minimal reproduction of the bug/regression with instructions
When using the schematics, this kind of warnings will be printed:
This seems to apply for all generate schematics as well as for
ng-add
of@ngrx/store
. Haven't thoroughly checked the others.Minimal reproduction of the bug/regression with instructions
Versions of NgRx, Angular, Node, affected browser(s) and operating system(s)
NgRx: 14.0.0
Angular: 14.0.3
Other information
No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: