2026-05-06 23:26:00 +04:00
# QrVitanova
2026-01-19 14:09:12 +04:00
2026-05-06 23:26:00 +04:00
This project was generated using [Angular CLI ](https://github.com/angular/angular-cli ) version 21.0.4.
2026-01-19 14:09:12 +04:00
2026-05-06 23:26:00 +04:00
## Development server
2026-01-19 14:09:12 +04:00
2026-05-06 23:26:00 +04:00
To start a local development server, run:
2026-01-19 14:09:12 +04:00
```bash
2026-05-06 23:26:00 +04:00
ng serve
```
2026-01-23 00:52:04 +04:00
2026-05-06 23:26:00 +04:00
Once the server is running, open your browser and navigate to `http://localhost:4200/` . The application will automatically reload whenever you modify any of the source files.
2026-01-23 00:52:04 +04:00
2026-05-06 23:26:00 +04:00
## Code scaffolding
2026-01-19 14:09:12 +04:00
2026-05-06 23:26:00 +04:00
Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
2026-01-19 14:09:12 +04:00
```bash
2026-05-06 23:26:00 +04:00
ng generate component component-name
2026-01-23 00:52:04 +04:00
```
2026-01-19 14:09:12 +04:00
2026-05-06 23:26:00 +04:00
For a complete list of available schematics (such as `components` , `directives` , or `pipes` ), run:
2026-01-19 14:09:12 +04:00
2026-05-06 23:26:00 +04:00
```bash
ng generate --help
2026-01-23 00:52:04 +04:00
```
2026-05-06 23:26:00 +04:00
## Building
2026-01-23 00:52:04 +04:00
2026-05-06 23:26:00 +04:00
To build the project run:
2026-01-23 00:52:04 +04:00
2026-05-06 23:26:00 +04:00
```bash
ng build
2026-01-19 14:09:12 +04:00
```
2026-05-06 23:26:00 +04:00
This will compile your project and store the build artifacts in the `dist/` directory. By default, the production build optimizes your application for performance and speed.
2026-01-23 00:52:04 +04:00
2026-05-06 23:26:00 +04:00
## Running unit tests
2026-01-23 00:52:04 +04:00
2026-05-06 23:26:00 +04:00
To execute unit tests with the [Vitest ](https://vitest.dev/ ) test runner, use the following command:
2026-01-23 00:52:04 +04:00
2026-05-06 23:26:00 +04:00
```bash
ng test
```
2026-01-23 00:52:04 +04:00
2026-05-06 23:26:00 +04:00
## Running end-to-end tests
2026-01-23 00:52:04 +04:00
2026-05-06 23:26:00 +04:00
For end-to-end (e2e) testing, run:
2026-01-23 00:52:04 +04:00
2026-05-06 23:26:00 +04:00
```bash
ng e2e
```
2026-01-23 00:52:04 +04:00
2026-05-06 23:26:00 +04:00
Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.
2026-01-19 14:09:12 +04:00
2026-05-06 23:26:00 +04:00
## Additional Resources
2026-01-19 14:09:12 +04:00
2026-05-06 23:26:00 +04:00
For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference ](https://angular.dev/tools/cli ) page.