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-libTo generate a new component. You can also use
ng generate directive|pipe|service|class|guard|interface|enum|module --project ngx-common-libNote: Don't forget to add
--project ngx-common-libor else it will be added to the default project in yourangular.jsonfile.
For production build the project. The build artifacts will be stored in the dist/ directory.
ng build ngx-common-libTo 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
