Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deborahk/angular-ngrx-gettingstarted

Materials for our Pluralsight course: Angular NgRx: Getting Started: http://bit.ly/AngularNgRx.
https://github.com/deborahk/angular-ngrx-gettingstarted

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:
- June 30, 2020: This code was modified to Angular version 9 and NgRx version 9. See the CHANGELOG.md file for details.