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
Run `ng generate component component-name --project utils` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project utils`.
14
+
15
+
> Note: Don't forget to add `--project utils` or else it will be added to the default project in your `angular.json` file.
16
+
17
+
## Build
18
+
19
+
Run `ng build utils` to build the project. The build artifacts will be stored in the `dist/` directory.
20
+
21
+
## Publishing
22
+
23
+
After building your library with `ng build utils`, go to the dist folder `cd dist/utils` and run `npm publish`.
Run `ng test utils` to execute the unit tests via [Jest](https://jestjs.io/).
37
+
38
+
## Further help
39
+
40
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
0 commit comments