UNPKG

ngx-tinymce

Version:
12 lines (11 loc) 301 B
import { Subject } from 'rxjs'; export declare class ScriptService { private doc; private loaded; private list; private emitter; constructor(doc: any); getChangeEmitter(): Subject<boolean>; load(path: string): this; loadScript(path: string): Promise<any>; }