Skip to content

chialinglu21/Angular-NgRx-GettingStarted

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular-ngrx-GettingStarted

Materials for NgRx course.

APM-Demo0: The starter files for this course. Use this to code along with the course.

APM-Demo1: Completed files after the First Look at NgRx module. It demonstrates a very simple NgRx example.

APM-Demo2: Completed files after the Strongly Typing Actions with Action Creators module. It refactors the simple example to include developer tooling support and strong typing.

APM-Demo3: Completed files after the Working with Effects module. It adds an effect to retrieve data via http. NOTE: Once we move the data retrieval to actions and the store, the create, update, and delete operations no longer work. These features are implemented with the store in the next demo.

APM-Demo4: Completed files after the Performing Update Operations module. It adds the code needed for create, update, and delete operations via http.

APM-Demo5: Completed files after the Architectural Considerations module. It implements the container/presentational component pattern and the OnPush change detection strategy.

NOTE:

  • September 2, 2019: This code was modified to Angular version 8 (v8). See the CHANGELOG.md file for details.

About

Materials for our Pluralsight course: Angular NgRx: Getting Started: http://bit.ly/AngularNgRx.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.2%
  • HTML 22.3%
  • JavaScript 3.9%
  • CSS 0.6%