0.2.1 • Published 5 years ago

@zodiac-ui/ng-observable v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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

0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago