UNPKG

@proangular/pro-form

Version:

A predefined set of reactive and reusable form input components based on Angular Material.

11 lines (10 loc) 550 B
import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class InputRadioOptionComponent<T> { private readonly elementRef; constructor(elementRef: ElementRef<HTMLElement>); value: T; get element(): HTMLElement; static ɵfac: i0.ɵɵFactoryDeclaration<InputRadioOptionComponent<any>, never>; static ɵcmp: i0.ɵɵComponentDeclaration<InputRadioOptionComponent<any>, "pro-input-radio-option", never, { "value": { "alias": "value"; "required": true; }; }, {}, never, ["*"], true, never>; }