This is a 1-day course on NgRx.
Skills:
- Understanding of TypeScript and ES6.
- Intermediate to advanced understanding of Angular.
- Comfortable using command line and
Software:
- npm or yarn
- Code editor (VS Code recommended)
This course is built for Angular 6. As such, you will need to install the Angular 6 CLI:
npm install -g @angular/cli
yarn add -g @angular/cli
We'll be using Angular Workspaces. Check out this Gist if you're new to using Angular Workspaces.
Start the JSON server:
cd server
yarn start
Browse the API at: https://localhost:3000
- 01-simple-store
- 01-simple-store-complete
- 02-store
- 02-store-complete
- 03-dialog-exercise
- 03-dialog-exercise-complete
- 04-testing
- 04-testing-complete
Copyright (c) 2018 Brian Love