Skip to content

Instantly share code, notes, and snippets.

@somersbmatthews
Last active January 21, 2022 16:47
Show Gist options
  • Save somersbmatthews/47d330f71d2a7b1081b4ec19f3163499 to your computer and use it in GitHub Desktop.
Save somersbmatthews/47d330f71d2a7b1081b4ec19f3163499 to your computer and use it in GitHub Desktop.
ngrx ng cli commands
# from root directory
ng generate store State --root --state-path store --module app.module.ts
ng generate feature components/store/user/User -m app.module.ts
#from components directory
ng generate container Login --state store/user/user.reducer.ts --state-interface State
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment