根据Angular文档,所有应用程序逻辑都将位于app文件夹中,而app.module.ts将作为整个应用程序的根模块。
app
app.module.ts
https://angular.io/guide/file-structure
但是我想知道,有没有其他更好的方式来定义企业级angular应用的文件夹结构?
发布于 2019-01-21 18:34:51
这门课程可能会对你有所帮助。
Angular architecture best practices
https://stackoverflow.com/questions/54288019
相似问题