UNPKG

@cisstech/nge

Version:

NG Essentials is a collection of libraries for Angular developers.

11 lines (10 loc) 482 B
import { OnInit } from '@angular/core'; import { NgeDocService } from './nge-doc.service'; import * as i0 from "@angular/core"; export declare class NgeDocComponent implements OnInit { private readonly docService; constructor(docService: NgeDocService); ngOnInit(): Promise<void>; static ɵfac: i0.ɵɵFactoryDeclaration<NgeDocComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgeDocComponent, "nge-doc", never, {}, {}, never, never, false, never>; }