NgRx – Strongly Typing the Actions

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 … Read more