UNPKG

simplify-angular

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0.

16 lines (15 loc) 929 B
import { SimpleInputComponent } from '../simple-input/simple-input.component'; import * as i0 from "@angular/core"; export declare class SimpleInputCheckComponent extends SimpleInputComponent { type: string; valueWhenChecked: any; valueWhenUnchecked: any; isArrayValue: any; selectChanged(event: any): void; ngOnInit(): void; setValueToRecord(): void; setValue(value: any): void; setValueFromRecord(): void; static ɵfac: i0.ɵɵFactoryDeclaration<SimpleInputCheckComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SimpleInputCheckComponent, "simple-input-check", never, { "type": { "alias": "type"; "required": false; }; "valueWhenChecked": { "alias": "valueWhenChecked"; "required": false; }; "valueWhenUnchecked": { "alias": "valueWhenUnchecked"; "required": false; }; "isArrayValue": { "alias": "isArrayValue"; "required": false; }; }, {}, never, never, false, never>; }