This library provides several independent utilities that form the base of the Studio Hyperdrive NGX-Tools packages.
Install the package first:
npm install @studiohyperdrive/ngx-core
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
To find more information regarding this package, we refer to our documentation platform.