This library was generated with Angular CLI version 16.2.0
- Node 18.17.1
- NPM: 9.6.7
- Typescript 4.7.2
Execute this to generate a new component
ng generate component component-name --project commons-lib
To generate a new component. You can also use
ng generate directive|pipe|service|class|guard|interface|enum|module --project ngx-common-lib
Note: Don't forget to add
--project ngx-common-lib
or else it will be added to the default project in yourangular.json
file.
For production build the project. The build artifacts will be stored in the dist/
directory.
ng build ngx-common-lib
To make a debug build, add the --watch
switch from the above command.
After building your library with ng build ngx-common-lib
, go to the dist folder cd dist/ngx-common-lib
and run npm publish
.
Run ng test ngx-common-lib
to execute the unit tests via Karma.
Write to Support Email