@studiohyperdrive/ngx-inform v19.0.0
Angular Tools: NgxInform (@studiohyperdrive/ngx-inform
)
ngx-inform
is a collection of Angular flows related to informing end-users.
Installation
Install the package first:
npm install @studiohyperdrive/ngx-inform
Versioning and build information
This package will follow a semver-like format, major.minor.patch
, in which:
major
: Follows the Angular major versionminor
: Introduces new features and (potential) breaking changespatch
: 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.
Concept
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.
Documentation
To find more information regarding this package, we refer to our documentation platform.