Angular Architecture Guide

面向团队的 Angular 架构指南。「Angular architecture guide for teams.」

  • 所有者: toddmotto/angular-architecture
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    1
      比较:

Github星跟踪图

Folder Structure

index.html
app/
│    app.component.scss
│    app.component.spec.ts
│    app.component.ts
│    app.module.ts
└──  meal-planner/
   │         meal-planner.module.ts
   │         meal-planner.service.spec.ts
   │         meal-planner.service.ts
   ├── components/
   │         meal-viewer/
   │             meal-viewer.component.scss
   │             meal-viewer.component.spec.ts
   │             meal-viewer.component.ts
   │         meal-editor/
   │             meal-editor.component.scss
   │             meal-editor.component.spec.ts
   │             meal-editor.component.ts
   │         meal-recipe/
   │             meal-recipe.component.scss
   │             meal-recipe.component.spec.ts
   │             meal-recipe.component.ts
   ├── containers/
   │         meal-planner/
   │             meal-planner.component.scss
   │             meal-planner.component.spec.ts
   │             meal-planner.component.ts
   └── models/
              meal.interface.ts
              recipe.interface.ts

Stuff I wanna include

  • Root + feature module architecture

  • Directory structure

  • TypeScript models/interfaces

  • CSS options (Sass/etc)

  • Component architecture

  • Container + Presentational components

  • State management (ngrx/store etc)

  • Route configuration

  • Structure practices (maybe lifecycle hooks/DI practices)

  • Tooling (AoT/Webpack/etc)

  • Build process info (platforms)

  • Resources section

主要指标

概览
名称与所有者toddmotto/angular-architecture
主编程语言
编程语言 (语言数: 0)
平台
许可证
所有者活动
创建于2017-03-02 14:53:28
推送于2023-02-16 16:29:14
最后一次提交2017-06-14 21:06:46
发布数0
用户参与
星数262
关注者数65
派生数49
提交数15
已启用问题?
问题数1
打开的问题数1
拉请求数0
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?