# @onecx/angular-accelerator

`@onecx/angular-accelerator` contains all Angular-specific accelerators.
More information about OneCX libraries can be found in the [OneCX documentation](https://onecx.github.io/docs/documentation/current/onecx-portal-ui-libs/index.html).

## Installation

```bash
npm install @onecx/angular-accelerator
```

## Additional Commands
- `npx nx run angular-accelerator:build` - Builds the library and outputs the result to the `dist` folder.
- `npx nx run angular-accelerator:test` - Runs the unit tests for the library.
- `npx nx run angular-accelerator:lint` - Lints the library's codebase.
- `npx nx run angular-accelerator:release` - Releases a new version of the library to npm, following semantic versioning guidelines.
- `npx nx run angular-accelerator:storybook` - Runs Storybook for the library, allowing you to view and test the provided UI components in isolation.
- `npx nx run angular-accelerator:build-storybook` - Builds the Storybook static site for the library.
