You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.0.
4
+
5
+
## Code scaffolding
6
+
7
+
Run `ng generate component component-name --project cva` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project cva`.
8
+
9
+
> Note: Don't forget to add `--project cva` or else it will be added to the default project in your `angular.json` file.
10
+
11
+
## Build
12
+
13
+
Run `ng build cva` to build the project. The build artifacts will be stored in the `dist/` directory.
14
+
15
+
## Publishing
16
+
17
+
After building your library with `ng build cva`, go to the dist folder `cd dist/cva` and run `npm publish`.
18
+
19
+
## Running unit tests
20
+
21
+
Run `ng test cva` to execute the unit tests via [Karma](https://karma-runner.github.io).
22
+
23
+
## Further help
24
+
25
+
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.
0 commit comments