This project was generated using Angular CLI version 19.2.11.
git clone https://github.com/Annie92/caremonitor-test.git
cd caremonitor-testnpm installng sVisit http://localhost:4200 login using email: [email protected] and pw: 123
ng testFor end-to-end (e2e) testing, run:
ng e2eAngular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.
For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.
This is a simple Angular(19) application that demonstrates:
- Login and authentication using ngx-cookie-service
- Route protection (guards)
- Dashboard and item list pages
- API integration using Angular services
- State management with
Signal Storein list items page - Angular Material UI
- Lazy loading with list items page
- Loading spinners and error handling in login form
#src/ #├── app/ #│ ├── core/ # Core module ( interceptors ) #│ ├── shared/ # Shared module (Reusable components, services, pipes, directives) #│ ├── auth/ # Auth Module (Login component, auth service, auth guard) #│ ├── features/ # Feature modules (list), feature components (dashboard) #│ ├── layout # Main layout component #│ └── app-routing.module.ts