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

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

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