Skip to content

Bang Features

Chau Tran edited this page Jan 18, 2022 · 6 revisions
  • Push-based
  • Works with ChangeDetectionStrategy.OnPush and is aware of Zone.js on state changes.
  • Works with both mutability and immutability
  • Utilities that enhance the experience like effect and watch
  • Compute derived states with derive
  • Listen for state changes and automatically clean up on component ngOnDestroy

Installation

npm install ngx-bang
Clone this wiki locally