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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,15 @@ Look at the [component library](https://angular.carbondesignsystem.com/) and [de
29
29
30
30
## Create new angular components
31
31
32
-
Run `npx ng generate component component-name` to generate a new component. You can also use `npx ng generate directive/pipe/service/class/module`.
32
+
Run `npx ng generate component <component-name>` to generate a new component. You can also use `npx ng generate <directive/pipe/service/class/module>`.
33
33
34
34
## Build
35
35
36
36
Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag (`npm run build -- -prod`) for a production build.
37
37
38
38
## Running unit tests
39
39
40
-
Run `npm test` to execute the unit tests via [Jest](https://jestjs.io/).
40
+
Run `npm test` to execute the unit tests via [Vitest](https://vitest.dev/).
0 commit comments