@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) • 728 B
TypeScript
import { NgDocTypeControl } from '@ng-doc/app/interfaces';
import { DIControl } from 'di-controls';
import * as i0 from '@angular/core';
declare class NgDocBooleanControlComponent extends DIControl<boolean | undefined> implements NgDocTypeControl<boolean | undefined> {
default?: boolean;
name: string;
description: string;
constructor();
get defaultValue(): boolean | undefined;
updateModel(obj: boolean | null | undefined): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgDocBooleanControlComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgDocBooleanControlComponent, "ng-doc-boolean-control", never, {}, {}, never, never, true, never>;
}
export { NgDocBooleanControlComponent };