Package Exports
- @studiohyperdrive/ngx-tour
- @studiohyperdrive/ngx-tour/package.json
Readme
Angular Tools: NgxTours (@studiohyperdrive/ngx-tours
)
ngx-tour
is light-weight and heavily customizable package to create a help tour through an application using the CDK overlay.
Installation
Install the package first:
npm install @studiohyperdrive/ngx-layout
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
With the tour approach of ngx-tour
, we aim to create a very light-weight bare bones approach to the help tours. The package requires the user to provide their own styling and components for the steps shown during the tour, ensuring a maximized customizability.
Documentation
To find more information regarding this package, we refer to our documentation platform.