You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.
Why?: Angular will optimize the performance of your application dramatically by not performing change detection over the entire sub tree with root the given pure component.
The text was updated successfully, but these errors were encountered:
To be discussed.
// cc @wardbell @johnpapa
Use
OnPush
change detection strategy for pure/dumb components that accepts as input immutable data.Why?: Angular will optimize the performance of your application dramatically by not performing change detection over the entire sub tree with root the given pure component.
The text was updated successfully, but these errors were encountered: