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.
我一直在研究角种子,我想知道他们为什么同时使用index.ts和模块。据我了解,它们都可以用来导出打字稿类型。
index.ts
这两者完全不相关。
index.ts 用于 TypeScript 导入。每当您在另一个打字稿文件中声明的打字稿文件中使用标识符时,您都需要这些。
NgModule就是在others中注册指令、组件、管道和提供者NgModule。
NgModule