|
1 | | -# AngularTest |
| 1 | +# Angular DevExtreme Example |
2 | 2 |
|
3 | | -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.3. |
| 3 | +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.4 and includes DevExtreme Angular components version 24.2.3. |
4 | 4 |
|
5 | 5 | ## Development server |
6 | 6 |
|
7 | | -Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. |
| 7 | +Run `npm 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. |
8 | 8 |
|
9 | 9 | ## Code scaffolding |
10 | 10 |
|
11 | 11 | 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`. |
12 | 12 |
|
13 | 13 | ## Build |
14 | 14 |
|
15 | | -Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. |
| 15 | +Run `npm run build` or `ng build` to build the project. The build artifacts will be stored in the `dist/Angular/` directory. |
16 | 16 |
|
17 | 17 | ## Running unit tests |
18 | 18 |
|
19 | | -Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). |
| 19 | +Run `npm test` or `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). |
| 20 | + |
| 21 | +## Linting |
| 22 | + |
| 23 | +Run `npm run lint` to execute linting checks for TypeScript, CSS/SCSS, and HTML formatting. |
| 24 | +- `npm run lint-ts` - ESLint for TypeScript files |
| 25 | +- `npm run lint-css` - Stylelint for CSS/SCSS files |
| 26 | +- `npm run lint-html` - Prettier for HTML formatting |
20 | 27 |
|
21 | 28 | ## Running end-to-end tests |
22 | 29 |
|
23 | 30 | Run `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. |
24 | 31 |
|
25 | 32 | ## Further help |
26 | 33 |
|
27 | | -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page. |
28 | | -To get more help on DevExtreme submit an issue on [GitHub](https://github.com/DevExpress/devextreme/issues) or [Support Center](https://www.devexpress.com/Support/Center/Question/Create) |
| 34 | +To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page. |
| 35 | +To get more help on DevExtreme submit an issue on [GitHub](https://github.com/DevExpress/devextreme/issues) or [Support Center](https://supportcenter.devexpress.com/ticket/create) |
0 commit comments