@trimble-oss/moduswebcomponents-angular 1.8.0-ng20 → 1.8.0-ng21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ModuswebcomponentsAngular
|
|
2
2
|
|
|
3
|
-
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version
|
|
3
|
+
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 21.2.0.
|
|
4
4
|
|
|
5
5
|
## Code scaffolding
|
|
6
6
|
|
|
@@ -31,6 +31,7 @@ This command will compile your project, and the build artifacts will be placed i
|
|
|
31
31
|
Once the project is built, you can publish your library by following these steps:
|
|
32
32
|
|
|
33
33
|
1. Navigate to the `dist` directory:
|
|
34
|
+
|
|
34
35
|
```bash
|
|
35
36
|
cd dist/moduswebcomponents-angular
|
|
36
37
|
```
|
|
@@ -42,7 +43,7 @@ Once the project is built, you can publish your library by following these steps
|
|
|
42
43
|
|
|
43
44
|
## Running unit tests
|
|
44
45
|
|
|
45
|
-
To execute unit tests with the [
|
|
46
|
+
To execute unit tests with the [Vitest](https://vitest.dev) test runner, use the following command:
|
|
46
47
|
|
|
47
48
|
```bash
|
|
48
49
|
ng test
|