如果我想首先加载一个小的angulardart应用程序然后再添加模块,是否可能以及如何执行此操作。
例如:
我只想尝试使用angulardart进行编程的良好实践。
答案 0 :(得分:3)
是。对延迟模块加载的支持登陆Angular.dart(在撰写本文时尚未发布)。可以在此处找到(非官方)示例:https://github.com/pavelgj/angular_deferred_sample
答案 1 :(得分:2)
Dart有基本的支持。这项工作正在进行中。
提及此功能的一些链接:
- https://plus.google.com/+MatthewButler/posts/fHbbVuUhSni
- https://code.google.com/p/dart/issues/detail?id=17110
- http://blog.sethladd.com/2013/04/lazy-load-libraries-in-dart.html(有点过时)
- Code Splitting in Dart(也有点过时了)
我不知道这对角度有什么用。