Package Exports
- @zodiac-ui/ng-observable
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 (@zodiac-ui/ng-observable) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
NgObservable
Create powerful reactive components with Angular. AoT compatible and Ivy ready.
- 🚀 Observe lifecycle hooks such as
ngOnInit,ngOnChanges - 🎉 Convert
@HostListenerand template events into observable streams - ✈️ Manage and observe state changes in your components and directives
- ☑️ Unlock blazing performance with zoneless, observable change detection
- 💥 Use
@Decoratorsfor all of the builtin lifecycle hooks - 🍷 Derive computed values with the
@Computeddecorator - 🚫 Escape async hell and redundant placeholder variables
- 🚮 Automatically clean up subscriptions with
Stream - 🎈 Get strongly typed changes with
TypedChanges<T> - 👉 Extract implementation details into pure reactive functions
Setup
npm install @zodiac-ui/ng-observable