Reactive libraries for Angular
Become a sponsor and get your logo on our README on Github with a link to your site.
Note: The links below will take you to the master branch version of the docs. To view the docs corresponding to a specific release (which is probably what you want), the easiest way is to use git tags to browse a snapshot of the repo as it was for a release. One way to do this, is to use github's branches toggle (which is by default labeled "Branch: Master" and is located on the far left of the green "clone or download" button, above). Click the toggle, click the "tags" tab in the overlay pane, and select the tag for a release.
- @ngrx/store - RxJS powered state management for Angular applications, inspired by Redux
- @ngrx/effects - Side Effect model for @ngrx/store to model event sources as actions.
- @ngrx/router-store - Bindings to connect the Angular Router to @ngrx/store
- @ngrx/store-devtools - Store instrumentation that enables a powerful time-travelling debugger.
- @ngrx/entity - Entity State adapter for managing record collections.
- @ngrx/schematics - Scaffolding library for Angular applications using NgRx.
- example-app - Example application utilizing @ngrx libraries, showcasing common patterns and best practices. Try it on StackBlitz.
- Migration guide for users of NgRx packages prior to 4.x.
- NgColombia in MedellĂn, Colombia on September 6 - 7th.
- DevFestATL in Atlanta, GA on September 22nd.
- Framework Summit in Park City, Utah on October 2 - 3rd.
- AngularMix in Orlando, Florida on October 10 - 12th. Use the discount code "RYAN" or "ROBERTS" to receive $50 off your registration!
- AngularConnect in Excel, London on November 6 - 7th.
Please read contributing guidelines here.