-
Notifications
You must be signed in to change notification settings - Fork 6
Bang Features
Chau Tran edited this page Jan 18, 2022
·
6 revisions
- Push-based
- Works with
ChangeDetectionStrategy.OnPush
and is aware ofZone.js
on state changes. - Works with both mutability and immutability
- Utilities that enhance the experience like
effect
andwatch
- Compute derived states with
derive
- Listen for state changes and automatically clean up on component
ngOnDestroy
npm install ngx-bang