Introduction
This is the third post on topic of NgRx. Previous two posts are available on the following links
In this post, we’ll cover how to strongly type our actions.
In NgRx world, its the action that makes the application go. When user click something, we kick-off an action. Need to load data, we kick-off an action. User updates a value and click save, we kick-off another action.
The result of the action is often a change of state.
But lets first see how our actions are currently setup
Subscribe to continue reading
Subscribe to get access to the rest of this post and other subscriber-only content.