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>

15 lines (12 loc) 697 B
import { NgDocTypeControl } from '@ng-doc/app/interfaces'; import { DIControl } from 'di-controls'; import * as i0 from '@angular/core'; declare class NgDocStringControlComponent extends DIControl<string> implements NgDocTypeControl<string> { default?: string; constructor(); changeModel(value: string | null): void; writeValue(value: string | null): void; static ɵfac: i0.ɵɵFactoryDeclaration<NgDocStringControlComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgDocStringControlComponent, "ng-doc-string-control", never, { "default": { "alias": "default"; "required": false; }; }, {}, never, never, true, never>; } export { NgDocStringControlComponent };