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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: