Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我们的项目中,我们正在从 Angular 2 RC4 迁移到 RC5。
问题是:随着 ngModules 的引入,桶(索引文件)会变得不必要吗?或者你可以同时使用两者吗?如何使用这两个概念?
桶是为了简化TypeScript导入并且是可选的。 Angular2 团队不再推荐它们,因为它们经常导致循环依赖和类似问题。
@NgModule()s 是 Angular2 编译单元。@NgModule()并且是一个完全不同且不相关的概念并且是强制性的。
@NgModule()