@studiohyperdrive/ngx-utils
Version:
A series of abstracts, utils, pipes and services for Angular applications.
32 lines (18 loc) • 1.32 kB
Markdown
# Angular Tools: Utils (`@studiohyperdrive/ngx-utils`)
This library provides several independent utilities to facilitate common use-cases for users and developers.
## Installation
Install the package first:
```shell
npm install @studiohyperdrive/ngx-utils
```
## Versioning and build information
This package will follow a semver-like format, `major.minor.patch`, in which:
- `major`: Follows the Angular major version
- `minor`: Introduces new features and (potential) breaking changes
- `patch`: Introduces bugfixes and minor non-breaking changes
For more information about the build process, authors, contributions and issues, we refer to the [hyperdrive-opensource](https://github.com/studiohyperdrive/hyperdrive-opensource) repository.
## Concept
The `ngx-utils` package seeks to provide easy to use and to customize solutions to common use-cases. Each of these solutions can be used independently and are meant to enhance both the developer and the user experience of the application.
This package comes with a wide array of pipes, directives, services, types and abstracts. New implementations are added on a regular basis.
## Documentation
To find more information regarding this package, we refer to [our documentation platform](https://open-source.studiohyperdrive.be/docs/angular/utils/introduction).