- Add the element's name to
AppState
interface in./src/app/store/app.state.ts
. - Create a new actions file name
<element_name>.actions.ts
in./src/app/store/actions/
. - Create a new reducer file named
<element_name>.reducer.ts
in./src/app/store/reducers/
. - Add the reducer to
reducers
object 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