Hi Paul,

using ChangeDetectionStrategy.OnPush means that the components expect 
immutable data, and will only update if your data gets replaced by a fresh 
copy. Updating data directly, will never update the view.
Pascal has a nice article about this 
<http://blog.thoughtram.io/angular/2016/02/22/angular-2-change-detection-explained.html>

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to