This is a fork of https://github.com/isaacplmann/ngx-tour that adds support for Angular 9+ for ngx-tour-ngx-bootstrap
.
Check out the documentation/demo page.
This is a product tour library built with Angular. It's inspired by angular-ui-tour.
To build and publish ngx-tour
and ngx-tour-ngx-bootstrap
:
npm run build:lib:core
npm run pub:lib:core --access public
npm run build:lib:ngx-bootstrap
npm run pub:lib:ngx-bootstrap --access public
The other packages are not supported by this fork.