dev_compiler icon indicating copy to clipboard operation
dev_compiler copied to clipboard

use Angular's zone.js for implementing zones

Open jmesserly opened this issue 10 years ago • 2 comments

This gives us a way of implementing Zones that interoperates with JS, which will be helpful for Angular scenarios. It also should have less code size impact (it uses metaprogramming to hook browser callbacks, and would be opt-in).

jmesserly avatar Jun 22 '15 17:06 jmesserly

In general, can we implement the Dart event loop on top of angular zones?

https://www.dartlang.org/articles/event-loop/

vsmenon avatar Jun 22 '15 17:06 vsmenon

In general, can we implement the Dart event loop on top of angular zones?

yup, should be able to

jmesserly avatar Aug 18 '15 22:08 jmesserly