yarn install
yarn start
// Tailwind
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init
// NgRx
ng add @ngrx/store@latest
ng add @ngrx/store-devtools@latest
ng add @ngrx/schematics@latest
ng add @ngrx/effects@latest
- Components and architecture
- module splitting
- architecture
- smart vs presentational components
- routing
- lazy loading modules (?)
- Services and async calls
- HttpClient
- display data in component subscribe vs async pipe
- Interceptors
- NgRx
- Redux Devtools
- NgRx Redux flow
- Redux flow
- Actions
- Reducers
- Selectors
- Effects