ngx-ui-hero
Version:
Simple, fast and reliable utilities for Angular.
13 lines (12 loc) • 705 B
TypeScript
import { NgModel } from '@angular/forms';
import { ElementBase } from '../../base/element-base';
import { InputFormsConfig } from '../../input-forms-config';
import * as i0 from "@angular/core";
export declare class InputCheckboxComponent extends ElementBase<boolean> {
config: InputFormsConfig;
model: NgModel;
identifier: string;
constructor(validators: Array<any>, asyncValidators: Array<any>, config: InputFormsConfig);
static ɵfac: i0.ɵɵFactoryDeclaration<InputCheckboxComponent, [{ optional: true; }, { optional: true; }, null]>;
static ɵcmp: i0.ɵɵComponentDeclaration<InputCheckboxComponent, "input-checkbox", never, {}, {}, never, never, false, never>;
}