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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
What is the current behavior?
ng g container feature --reducers reducers/index.ts
The option '--reducers' is not registered with the generate command. Run `ng generate --help` for a list of supported options.
ng g --help
TypeError: Cannot read property '0' of undefined
I'm submitting a...
What is the current behavior?
Expected behavior:
--reducers
flag has to be registered with the generate command.Also, generated component has to import
Store
from@ngrx/store
.Minimal reproduction of the problem with instructions:
Version of affected browser(s),operating system(s), npm, node and ngrx:
ng -v
packages
Other information:
The text was updated successfully, but these errors were encountered: