Package Exports
- subjective
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (subjective) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Subjective
- Type safety dispatcher and observable state
- Favors simple functions and immutable pattern for updating the state
- State as a class (optional, but recommended)
- Subscribe to a particular key of the state (can be one level nested), return value of the key or the whole state
Usage
- Observable Service in Angular
- Observable Store
Examples
Credits
- ngrx
- redux