Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 652 Bytes

File metadata and controls

23 lines (16 loc) · 652 Bytes

Ng2 Tour

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.

Development

Release

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.