ngx-ui-tour-ngx-bootstrap
Version:
UI tour library for Angular 12+
8 lines (7 loc) • 403 B
TypeScript
import { TourService } from 'ngx-ui-tour-core';
import type { INgxbStepOption } from './step-option.interface';
import * as i0 from "@angular/core";
export declare class NgxbTourService<T extends INgxbStepOption = INgxbStepOption> extends TourService<T> {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxbTourService<any>, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NgxbTourService<any>>;
}