# @onecx/angular-utils

`@onecx/angular-utils` includes utility services and helper functions for Angular applications in the OneCX ecosystem.
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-utils
```

## Additional Commands
- `npx nx run angular-utils:build` - Builds the library and outputs the result to the `dist` folder.
- `npx nx run angular-utils:test` - Runs the unit tests for the library.
- `npx nx run angular-utils:lint` - Lints the library's codebase.
- `npx nx run angular-utils:release` - Releases a new version of the library to npm, following semantic versioning guidelines.
