This project was generated with Angular CLI version 17.3.17.
This project uses pnpm as the package manager. Install dependencies with:
pnpm install(If you don't have pnpm, run corepack enable then corepack prepare pnpm@9.15.0 --activate, or install it via npm install -g pnpm.)
Run pnpm start or ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run pnpm build or ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run pnpm test or ng test to execute the unit tests via Karma.
Run pnpm e2e or ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.