# Skeleton

The package was built by the [library skeleton](https://github.com/angular-package/skeleton) which was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.5.&#x20;

Copy package to the `packages/text` folder of the [library skeleton](https://github.com/angular-package/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:&#x20;

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

Run `ng test text` to execute the unit tests via [Karma](https://karma-runner.github.io).

### Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
