https://github.com/ngrx/ngrx.github.io
Reactive Extensions for Angular
https://github.com/ngrx/ngrx.github.io
Last synced: 8 months ago
JSON representation
Reactive Extensions for Angular
- Host: GitHub
- URL: https://github.com/ngrx/ngrx.github.io
- Owner: ngrx
- License: mit
- Created: 2016-01-07T07:02:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T16:05:35.000Z (about 7 years ago)
- Last Synced: 2025-03-31T23:59:57.527Z (10 months ago)
- Language: HTML
- Homepage: https://ngrx.github.io
- Size: 99.6 KB
- Stars: 112
- Watchers: 15
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @ngrx - Reactive Extensions for Angular
@ngrx provides a set of clean, well-tested libraries for reactive programming in Angular applications.
**[Official @ngrx example application](https://github.com/ngrx/platform/tree/master/projects/example-app)**
#### Store
[Documentation](https://github.com/ngrx/platform/blob/master/docs/store/README.md) | [Repository](https://github.com/ngrx/platform/tree/master/modules/store)
RxJS powered state management for Angular2 apps, inspired by Redux
#### Effects
[Documentation](https://github.com/ngrx/platform/blob/master/docs/effects/README.md) | [Repository](https://github.com/ngrx/platform/tree/master/modules/effects)
Side effect model for @ngrx/store
#### DB
[Documentation](https://github.com/ngrx/db/blob/master/README.md) | [Repository](https://github.com/ngrx/db)
RxJS powered IndexedDB for Angular applications.
#### Notify
[Documentation](https://github.com/ngrx/notify/blob/master/README.md) | [Repository](https://github.com/ngrx/notify)
RxJS powered web notifications for Angular
#### Store DevTools
[Documentation](https://github.com/ngrx/platform/blob/master/docs/store-devtools/README.md) | [Repository](https://github.com/ngrx/platform/tree/master/modules/store-devtools)
Developer Tools for @ngrx
#### Store Log Monitor
[Documentation](https://github.com/ngrx/store-log-monitor/blob/master/README.md) | [Repository](https://github.com/ngrx/store-log-monitor)
Port of redux-devtools-log-monitor for Angular and @ngrx/store-devtools
#### Router Store
[Documentation](https://github.com/ngrx/platform/blob/master/docs/router-store/README.md) | [Repository](https://github.com/ngrx/platform/tree/master/modules/router-store)
Bindings to connect @angular/router to @ngrx/store
#### Core
[Documentation](https://github.com/ngrx/core/blob/master/README.md) | [Repository](https://www.github.com/ngrx/core)
Core functionality for the @ngrx platform