This project was generated with Angular CLI version 16.1.3.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Use schematics to add:
actions: ng generate @ngrx/schematics: reducer users/User
reducers: ng generate @ngrx/schematics:action users/Users
effects: ng generate @ngrx/schematics:effect users/Users -m users/users.module.ts
Use ReduxDevTools for Chrome of debug
function to debug.