npm install
nx serve api
(serves a local NestJS backend)nx serve insurance-portal -o
(serves the Angular app)
- Angular (version 16)
- Standalone APIs
- PrimeNG
- Nx
- Nx Generators
- Enterprise Monorepo Pattern (Improved version)
- Signals
- Signal-based State Management
- Route-based Inputs
- Facade Pattern
- OnPush Change Detection
If you want to extend the workspace with additional domains and libraries, you can make use of the included Nx local plugin which has a generator for each library type.
You can run nx g @ng-journal/ddd:feature list --domain notification
for example, to generate a feature library called feature-list
inside a new notification
domain.
If you are not familiar with the patterns used in this repository, I would suggest to check out the resources linked below. Or reach out to me here if you want to book an Nx workshop.