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
Copyright (c) 2019 LiveLoveApp, LLC