Angular and ngrx
Overview/Description
Target Audience
Prerequisites
Expected Duration
Lesson Objectives
Course Number
Expertise Level
Overview/Description
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.
Target Audience
Angular web developers interested in using reactive development methods and components with Angular
Prerequisites
None
Expected Duration (hours)
0.9
Lesson Objectives Angular and 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
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
use ngrx to create a Reactive Angular App
Course Number: sd_agrp_a02_it_enus
Expertise Level
Intermediate