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>

22 lines (19 loc) 927 B
import * as i0 from '@angular/core'; import { OnInit, Type } from '@angular/core'; import { NgDocDemoAsset } from '@ng-doc/app/interfaces'; import { NgDocDemoPaneActionOptions } from '@ng-doc/core/interfaces'; declare class NgDocDemoPaneComponent implements OnInit { private readonly rootPage; componentName?: string; options: NgDocDemoPaneActionOptions; demo?: Type<unknown>; assets: NgDocDemoAsset[]; constructor(); protected get classes(): string | string[]; ngOnInit(): void; private getDemo; private getAssets; static ɵfac: i0.ɵɵFactoryDeclaration<NgDocDemoPaneComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgDocDemoPaneComponent, "ng-doc-demo-pane", never, { "componentName": { "alias": "componentName"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, never, true, never>; } export { NgDocDemoPaneComponent };