gpt4 book ai didi

javascript - Angular 2 : What is the "official" standard folder structure?

转载 作者:太空狗 更新时间:2023-10-29 19:31:08 24 4
gpt4 key购买 nike

所以我一直在四处寻找,看看 Angular 2 应用程序最流行/标准的文件夹结构是什么,但似乎没有。有没有在生产中使用 Angular 2 的人可以透露一些信息?

以下是我发现的一些方法:

1) 按功能拆分,1) 一个共享文件夹 2) 每个功能的文件夹,其中包含直接位于该文件夹内的所有文件(无论是组件、服务还是其他任何文件) https://angular.io/docs/ts/latest/guide/style-guide.html#!#application-structure enter image description here

2) Angular 1 风格(没有嵌套或功能分离,只有组件、管道、服务、模型) enter image description here

对于 #1,如果没有组件子文件夹、服务子文件夹等,会感觉很奇怪吗?我应该把在所有路由中使用的服务放在哪里?

顺便说一句,我正在使用 Angular CLI 生成器:https://github.com/angular/angular-cli

最佳答案

风格指南提供了很多关于如何构建您的应用程序的注意事项 https://angular.io/styleguide

它说要维护一个平面层次结构,每个功能一个文件夹,并且在同一文件夹中包含相关文件(组件、模板、样式...)。

关于javascript - Angular 2 : What is the "official" standard folder structure?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37816286/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com