- Add the element's name to
AppStateinterface in./src/app/store/app.state.ts. - Create a new actions file name
<element_name>.actions.tsin./src/app/store/actions/. - Create a new reducer file named
<element_name>.reducer.tsin./src/app/store/reducers/. - Add the reducer to
reducersobject in./src/app/store/reducers/index.ts.
-
Notifications
You must be signed in to change notification settings - Fork 0
abdellatifLabr/ngrx-quickstart
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
The most basic and minimal ngrx implementation