UNPKG

@qodalis/angular-cli

Version:

A lightweight and flexible command-line interface (CLI) tool designed to streamline workflows and automate tasks for developers.

16 lines (15 loc) 522 B
import * as i0 from "@angular/core"; export declare class ScriptLoaderService { constructor(); injectScript(src: string): Promise<void>; getScript(src: string, options?: { onProgress?: (progress: number) => void; }): Promise<{ xhr: XMLHttpRequest; content?: string; error?: any; }>; injectBodyScript(code: string): void; static ɵfac: i0.ɵɵFactoryDeclaration<ScriptLoaderService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ScriptLoaderService>; }