I think I am missing something regarding Angular 2 immutable models. Here is a Plunk <http://plnkr.co/edit/vBWSXSnc2OxGJSsBbHxV> with an example. There is a Model with the following annotation: @Component({changeDetection:ChangeDetectionStrategy.OnPush})
If I make change to the Model, template reflects the change. I thought that if the Model is defined as immutable, a template will not check if it's value changed. What am I missing? -- 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 http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
