ngUpgraders / ng-forward

The default solution for those that want to write Angular 2.x style code in Angular 1.x
410 stars 36 forks source link

changeDetection #142

Open laurelnaiad opened 8 years ago

laurelnaiad commented 8 years ago

I did a search for "changeDetection" and didn't find anything, and I glanced at the the component.ts file and didn't see anything....

... so, has an thought been given to how/if to tackle changeDetection strategies beyond EventEmitter? Is this a matter of trying to port the router, or could something be done to create a facade here? Just wondering. Alternate changeDetection strategies would be really helpful in the immutable/flux/redux world.

timkindberg commented 8 years ago

I'd say our top priority is syntax polyfilling. Your not going to get the semantic and perf benefits until you actually go to angular 2. So I'd think this might be lower priority but we we do want to polyfill the async pipe which is kind of related.