dev_compiler
dev_compiler copied to clipboard
use Angular's zone.js for implementing zones
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).
In general, can we implement the Dart event loop on top of angular zones?
https://www.dartlang.org/articles/event-loop/
In general, can we implement the Dart event loop on top of angular zones?
yup, should be able to