Frontend
Technologies
- Angular
- Typescript
- Tailwind
- PrimeNG
- Playwright
Directory Structure
- tests/
- src/app/
- core/
- components/
- directives/
- extensions/ (classes that extend other classes, like Validators)
- guards/
- interceptors/
- pipes/
- services/
- types/
- utils/
- features/
- .../
- components/
- ...-page/ (angular component that represents a page as defined in routes.ts)
- routes.ts
- index.ts
- utils.ts (optional)
- .../
- core/