ngx-inform
is a collection of Angular flows related to informing end-users.
Install the package first:
npm install @studiohyperdrive/ngx-inform
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.
ngx-inform
is a package to help facilitate common user information use-cases such as tooltips, toasts and snackbars.
At its core, ngx-inform
is build to be WCAG and ARIA compliant, and will throw errors whenever the necessary setup has not been provided to ensure said compliancy.
Currently the package provides a ngxTooltip
directive which can be used to attach a customizable ARIA compliant tooltip to any component and the ngxModalService
which allows for both custom and predefined global modals to be used throughout the application.
To find more information regarding this package, we refer to our documentation platform.