Getting Started with NgRx

Getting Started with NgRx

We need to import the StoreModule and the EffectsModule into AppModule to use the NgRx store and effects.

[…]

ng g c components/todo/todo-list To create the Todo List component.

[…]

Now run ng g c components/todo/todo-list-item To generate TodoListItem Component.

[…]