UNPKG

@docgeni/template

Version:

Docgeni - Angular Template Components

15 lines 754 B
import { HttpClient } from '@angular/common/http'; import { ElementRef, OnInit } from '@angular/core'; import { ContentRenderer } from '../content-renderer'; import * as i0 from "@angular/core"; export declare class SourceCodeComponent extends ContentRenderer implements OnInit { codeContent: ElementRef; get textContent(): any; constructor(http: HttpClient); ngOnInit(): void; updateDocument(content: string): void; showError(url: string, error: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<SourceCodeComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SourceCodeComponent, "dg-source-code, [dgSourceCode]", never, {}, {}, never, never, false, never>; } //# sourceMappingURL=source-code.component.d.ts.map