This library provides several independent utilities to facilitate common use-cases for users and developers.
Install the package first:
npm install @studiohyperdrive/ngx-utils
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 repository.
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.
To find more information regarding this package, we refer to our documentation platform.