@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>
17 lines (14 loc) • 709 B
TypeScript
import * as i0 from '@angular/core';
declare class NgDocCodeComponent {
private elementRef;
html: string;
copyButton: boolean;
name?: string;
icon?: string;
constructor();
get hasHeader(): boolean;
get codeElement(): HTMLElement | null;
static ɵfac: i0.ɵɵFactoryDeclaration<NgDocCodeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgDocCodeComponent, "ng-doc-code", never, { "html": { "alias": "html"; "required": false; }; "copyButton": { "alias": "copyButton"; "required": false; }; "name": { "alias": "name"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*"], true, never>;
}
export { NgDocCodeComponent };