An open API service indexing awesome lists of open source software.

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

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
```