Skeleton
The package was built by the library skeleton which was generated with Angular CLI version 12.2.5.
Copy package to the packages/text
folder of the library skeleton then run the commands below.
Build
Run ng build text
to build the package. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build
preferences, go to the dist folder cd dist/text
and run npm publish
.
Running unit tests
Before the test can be performed install @angular-package/testing
with command:
Run ng test text
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
Last updated