UNPKG

@ng-doc/app

Version:

<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>

18 lines (17 loc) 1.03 kB
import { ChangeDetectorRef, OnInit } from '@angular/core'; import type { Mermaid } from 'mermaid'; import * as i0 from "@angular/core"; export declare class NgDocMermaidViewerComponent implements OnInit { graph: import("@angular/core").InputSignal<string>; protected readonly html: import("@angular/core").WritableSignal<string>; protected readonly pending: import("@angular/core").WritableSignal<boolean>; protected readonly error: import("@angular/core").WritableSignal<Error | null>; protected readonly mermaid: Mermaid; protected readonly changeDetectorRef: ChangeDetectorRef; protected readonly platform: Object; protected readonly id: string; constructor(); ngOnInit(): Promise<void>; static ɵfac: i0.ɵɵFactoryDeclaration<NgDocMermaidViewerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgDocMermaidViewerComponent, "ng-doc-mermaid-viewer", never, { "graph": { "alias": "graph"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>; }