Project Layout
Project structure
happynrwl/
├── apps/
├── libs/
│ ├── happynrwlapp/
│ │ ├── registration/
│ │ │ ├── feature-main/
│ │ │ ├── feature-login/
│ │ │ ├── ui-form/
│ │ │ └── utils-testing/
│ │ ├── search/
│ │ │ ├── feature-results/
│ │ │ └── utils-testing/
│ │ └── shared/
│ │ └── ui/
│ ├── adminapp/
| └── shared/
│ ├── ui/
│ └── utils-testing/
├── tools/
├── workspace.json
├── nx.json
├── package.json
└── tsconfig.jsonapplication module types
library module types
scoped library modules
Rules
Info
Last updated