Skip to content

Library that helps you create intro tour and/or inline help/docs for the UI and its elements

License

Notifications You must be signed in to change notification settings

Dimanoid/ngx-dm-tour

Repository files navigation

ngx-dm-tour

npm version bundle size build Coverage Status

Demo page: https://dimanoid.github.io/ngx-dm-tour/

Installation

Install the library and dependecies:

npm i -S resize-observer-polyfill @dimanoid/ngx-dm-tour

Add module to imports:

import { DmTourModule } from '@dimanoid/ngx-dm-tour';

@NgModule({
    declarations: [
        AppComponent
    ],
    imports: [
        BrowserModule, BrowserAnimationsModule, CommonModule,
        .......
        DmTourModule  // <-------
    ],
    bootstrap: [AppComponent]
})
export class AppModule { }

About

Library that helps you create intro tour and/or inline help/docs for the UI and its elements

Resources

License

Stars

Watchers

Forks

Packages

No packages published