Installation

To get started, install the package using npm or yarn:

npm i @briebug/ngrx-auto-entity@~0.5.0
yarn add @briebug/ngrx-auto-entity@~0.5.0

Requirements

The following peer requirements must also be installed when using NgRx Auto Entity:

npm i @angular/{common,core}@^8.0 @ngrx/{effects,store}@^8.0 rxjs@^6
yarn add @angular/{common,core}@^8.0 @ngrx/{effects,store}@^8.0 rxjs@^6

Angular 10 Support *

A quick note about Angular 10. While NgRx Auto-Entity has been tested with Angular 10, not every use case exhibited flawless support. There have been use cases where some uses of Auto-Entity with Angular 10 have worked just fine, and others that seemed to have issues. So we tentatively support Angular 10, but official guaranteed support is still pending. As such, we do not recommend you use Auto-Entity with Angular 10 in production environments at this time.

Further testing of Auto-Entity with Angular 10 is ongoing, and outstanding issues will be resolved as they are discovered. One of our key goals with Auto-Entity is to remain backwards compatible with prior versions of Angular as best we can. Due to certain TypeScript requirements, our minimum supported versions are Angular 8 and NgRx 8. We hope this will expand Auto-Entity viability to the broadest range of enterprise customers with established Angular projects, as well as cutting edge projects on the bleeding edge. Our compatibility goals may require more complex build, packaging and deployment in the future, and there may come a time when our minimum versions must change to keep abreast of the Angular platform.

For now, Angular 10 support is tentatively there. If you run into issues, let us know by opening a ticket in our GitHub repo:

https://github.com/briebug/ngrx-auto-entity/issues

Last updated