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>

17 lines (14 loc) 746 B
import { NgDocTypeControl } from '@ng-doc/app/interfaces'; import { DIControl } from 'di-controls'; import * as i0 from '@angular/core'; declare class NgDocTypeAliasControlComponent<T> extends DIControl<T> implements NgDocTypeControl<T> { default?: T; options?: string[]; isManual?: boolean; constructor(); typeOf(value: unknown): string; changeModel(value: T | null): void; static ɵfac: i0.ɵɵFactoryDeclaration<NgDocTypeAliasControlComponent<any>, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgDocTypeAliasControlComponent<any>, "ng-doc-type-alias-control", never, { "default": { "alias": "default"; "required": false; }; }, {}, never, never, true, never>; } export { NgDocTypeAliasControlComponent };