Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/deborahk/angular-ngrx-gettingstarted
- Owner: DeborahK
- License: mit
- Created: 2018-03-22T17:16:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T17:44:06.000Z (over 1 year ago)
- Last Synced: 2024-11-01T20:38:09.295Z (14 days ago)
- Language: TypeScript
- Homepage:
- Size: 1.19 MB
- Stars: 545
- Watchers: 33
- Forks: 721
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.