Last active
January 21, 2022 16:47
-
-
Save somersbmatthews/47d330f71d2a7b1081b4ec19f3163499 to your computer and use it in GitHub Desktop.
ngrx ng cli commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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