code to create the ruducers which includes StoreModeul in the app.module.ts is ng generate store AppState --root --module app.module.ts
Create action in particular folder creating auth action in auth folder
ng generate action auth/Auth
My site
code to create the ruducers which includes StoreModeul in the app.module.ts is ng generate store AppState --root --module app.module.ts
Create action in particular folder creating auth action in auth folder
ng generate action auth/Auth
Leave a Reply