ngx-guided-tour-demo-raghumithra-n

This is a forked lib..all the code/demo is taken from the below address

Usage no npm install needed!

<script type="module">
  import ngxGuidedTourDemoRaghumithraN from 'https://cdn.skypack.dev/ngx-guided-tour-demo-raghumithra-n';
</script>

README

This is a forked lib..all the code/demo is taken from the below address

ngx-guided-tour

Guided tour component using SASS and typescript. Allows you to use selectors to step your user through workflows and introduce them to your application. Customiziable theme and many features. Heavily inspired by react-joyride

See a quick demo - https://lsqlabs.github.io/ngx-guided-tour/

Installation

  1. Install npm module:

    npm install ngx-guided-tour-raghumithra --save

  2. Add modules to app.module.ts

import {GuidedTourModule, GuidedTourService} from 'ngx-guided-tour-raghumithra';