ngx-ui-tour-ionic
Version:
UI tour library for Angular 15+
8 lines (7 loc) • 387 B
TypeScript
import type { TourStepTemplateComponent } from './tour-step-template/tour-step-template.component';
import * as i0 from "@angular/core";
export declare class TourStepTemplateService {
templateComponent: TourStepTemplateComponent;
static ɵfac: i0.ɵɵFactoryDeclaration<TourStepTemplateService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<TourStepTemplateService>;
}