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