JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q62934F
  • License MIT

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 @HostListener and template events into observable streams
  • ✈️ Manage and observe state changes in your components and directives
  • ☑️ Unlock blazing performance with zoneless, observable change detection
  • 💥 Use @Decorators for all of the builtin lifecycle hooks
  • 🍷 Derive computed values with the @Computed decorator
  • 🚫 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

Getting Started

Read the docs

Read the intro

See an example