dart-archive / angular.dart

Legacy source repository. See github.com/dart-lang/angular
https://webdev.dartlang.org/angular/
1.25k stars 248 forks source link

Lazy loading of code #655

Open mhevery opened 10 years ago

pavelgj commented 10 years ago

All pieces are in place. Currently blocked on dart2js bug: https://code.google.com/p/dart/issues/detail?id=17110

End-to-end example can be found here: https://github.com/pavelgj/angular_deferred_sample

mhevery commented 10 years ago

Any updates on this?

vicb commented 10 years ago

seems like some work is being done on the dart side https://codereview.chromium.org/201613006/

pavelgj commented 10 years ago

The sample app should work, but ran into another bug https://code.google.com/p/dart/issues/detail?id=17490

mvuksano commented 10 years ago

@pavelgj Should this be OK now? I can see both of the issues are fixed.

bwnyasse commented 9 years ago

Any updates on this fetaure ?