ngx-ui-hero
Version:
Simple, fast and reliable utilities for Angular.
15 lines (14 loc) • 781 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 InputRadioComponent extends ElementBase<string> {
config: InputFormsConfig;
name: string;
radioValue: string;
model: NgModel;
identifier: string;
constructor(validators: Array<any>, asyncValidators: Array<any>, config: InputFormsConfig);
static ɵfac: i0.ɵɵFactoryDeclaration<InputRadioComponent, [{ optional: true; }, { optional: true; }, null]>;
static ɵcmp: i0.ɵɵComponentDeclaration<InputRadioComponent, "input-radio", never, { "name": "name"; "radioValue": "radioValue"; }, {}, never, never, false, never>;
}