UNPKG

ng-essentials

Version:

Ready to use all type of essential components for an web application.

21 lines (20 loc) 608 B
export declare class AppIntroService { private activeIndex; private dataJson; constructor(config: any); start(): void; bindActions(): void; destroy(): void; validate(): boolean; beforeMoveInterceptor(): void; moveToNext(): void; moveToPrevious(): void; moveStepInterceptor(): void; inItMsgObj(data: any): void; showMsgOnLeft(selector: any): void; showMsgOnTop(selector: any): void; showMsgOnBottom(selector: any): void; showMsgOnRight(selector: any): void; highlightSelector(selector: any): void; getHtmlRelatedToThisIntro(): string; }