UNPKG

ngx-highlightjs

Version:

Instant code highlighting, auto-detect language, super easy to use.

11 lines (10 loc) 427 B
import { PipeTransform } from '@angular/core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class CodeFromUrlPipe implements PipeTransform { private _location; private _loader; transform(url: string): Observable<string>; static ɵfac: i0.ɵɵFactoryDeclaration<CodeFromUrlPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<CodeFromUrlPipe, "codeFromUrl", true>; }