Skeleton

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.

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:

npm i @angular-package/testing --no-save

Run ng test text to execute the unit tests via Karmaarrow-up-right.

Further help

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.

Last updated