The package was built by the library skeletonarrow-up-right which was generated with Angular CLIarrow-up-right version 12.2.5.
Copy package to the packages/text folder of the library skeletonarrow-up-right then run the commands below.
packages/text
Run ng build text to build the package. The build artifacts will be stored in the dist/ directory.
ng build text
dist/
After building your library with ng build preferences, go to the dist folder cd dist/text and run npm publish.
ng build
dist/text
npm publish
Before the test can be performed install @angular-package/testing with command:
@angular-package/testing
npm i @angular-package/testing --no-save
Run ng test text to execute the unit tests via Karmaarrow-up-right.
ng test text
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Referencearrow-up-right page.
ng help
Last updated 4 years ago