UNPKG

@project-sunbird/sunbird-epub-player-v9

Version:

The Epub player library is powered by Angular. This player is primarily designed to be used on Sunbird consumption platforms _(mobile app, web portal, offline desktop app)_ to drive reusability and maintainability, hence reducing the redundant development

13 lines (12 loc) 583 B
import { epubPlayerConstants } from '../../sunbird-epub.constant'; import * as i0 from "@angular/core"; export declare class UtilService { fromConst: typeof epubPlayerConstants; constructor(); uniqueId(length?: number): string; getTimeSpentText(pdfPlayerStartTime: any): string; getCurrentIndex(event: any, currentPageIndex: any): any; fulfillWithTimeLimit(timeLimit: number, task: Promise<any>, failureValue: any): Promise<any>; static ɵfac: i0.ɵɵFactoryDeclaration<UtilService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<UtilService>; }