https://github.com/rainerhahnekamp/ngrx-best-practices
Best Practices & Design Patterns for NgRx
https://github.com/rainerhahnekamp/ngrx-best-practices
angular best-practices design-patterns ngrx
Last synced: 5 months ago
JSON representation
Best Practices & Design Patterns for NgRx
- Host: GitHub
- URL: https://github.com/rainerhahnekamp/ngrx-best-practices
- Owner: rainerhahnekamp
- Created: 2020-04-27T23:14:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:36:06.000Z (over 2 years ago)
- Last Synced: 2025-04-07T17:04:32.047Z (6 months ago)
- Topics: angular, best-practices, design-patterns, ngrx
- Language: TypeScript
- Homepage:
- Size: 13 MB
- Stars: 43
- Watchers: 2
- Forks: 15
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NgRx - Best Practices
This is a demo application for best practices in NgRx.
Following branches exist;
1. `master`: Project without any applied best practices
2. `01-load-status`: Caching functionality and loading status information## Installation Notes
```bash
npm install object-hash lodash-es ngx-formly-helpers
npm install -D @types/lodash-es
npx ng add @angular/material
npm install @ngrx/store @ngrx/effects @ngrx/store-devtools
npx ng add @ngx-formly/schematics --ui-theme=material
```