ngrxPush
There are two key differences compared to the async pipe
- The
ngrxPushpipe will not mark the host component as dirty when an observable emits the same values in a row. - The
ngrxPushpipe will not mark the host component as dirty when an observable emits values synchronously. - The
ngrxPushpipe will trigger change detection when an observable emits a new value in zone-less mode.