How to use ngx-tour-ng-bootstrap - 2 common examples

To help you get started, we’ve selected a few ngx-tour-ng-bootstrap examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Texera / texera / core / new-gui / src / app / workspace / component / product-tour / product-tour.component.spec.ts View on Github external
beforeEach(async(() => {
    TestBed.configureTestingModule({
      imports: [ RouterTestingModule.withRoutes([]), TourNgBootstrapModule.forRoot() ],
      declarations: [ ProductTourComponent ],
      providers: [ TourService ]
    })
    .compileComponents();
  }));
github isaacplmann / ngx-tour / src / app / ng-bootstrap / ng-bootstrap.module.ts View on Github external
@NgModule({
  declarations: [NgBootstrapComponent, DocsComponent, OtherRouteComponent],
  imports: [
    CommonModule,
    RouterModule.forChild([{
      component: NgBootstrapComponent,
      path: '',
      children: [{
        component: DocsComponent,
        path: '',
      }, {
        component: OtherRouteComponent,
        path: 'other',
      }]
    }]),
    TourNgBootstrapModule.forRoot(),
  ],
})
export class NgBootstrapModule { }

ngx-tour-ng-bootstrap

[![Dependency Status](https://david-dm.org/isaacplmann/ngx-tour-ng-bootstrap.svg)](https://david-dm.org/isaacplmann/ngx-tour-ng-bootstrap) [![devDependency Status](https://david-dm.org/isaacplmann/ngx-tour-ng-bootstrap/dev-status.svg)](https://david-dm.or

MIT
Latest version published 3 years ago

Package Health Score

48 / 100
Full package analysis

Popular ngx-tour-ng-bootstrap functions