5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Professional Curricula     Web Design Solution Area     Scripting and Web Languages     Angular Reactive Programming
When building reactive applications, ngrx reduces complexity by providing a set of tools. In this course, you will learn about ngrx and its use in creating reactive applications with Angular.

Objectives

Reactive Angular with ngrx

  • start the course
  • describe the ngrx Angular component and its fundamental tenets
  • recognize the features and benefits of using ngrx in an Angular app
  • describe the components of ngrx and how they can be used within an Angular app

State Management Using ngrx

  • define and restrict the types of actions that are expected to be used in a reducer function
  • create a reducer function that is able to modify state based on specific actions
  • create and execute unit tests against a reducer function to verify expected functionality
  • set up an ngrx store that can be used to manage state in an Angular app
  • access and display state data that is being managed by an ngrx store
  • dispatch actions that are able modify the state of the application to an ngrx store
  • execute necessary side effects within the ngrx store ecosystem
  • use the Redux DevTools extension for Firefox or Chrome

Practice: ngrx in Angular

  • use ngrx to create a Reactive Angular App