UNPKG

survey-angular-ui

Version:

A free MIT-licensed Angular UI component that renders dynamic, interactive JSON-based forms and surveys. You can use it to collect responses from users and send them to your own database.

12 lines (11 loc) 526 B
import * as i0 from "@angular/core"; export declare class RadiogroupItemComponent { question: any; model: any; ariaLabel?: string; constructor(); get renderedValue(): any; set renderedValue(val: any); static ɵfac: i0.ɵɵFactoryDeclaration<RadiogroupItemComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<RadiogroupItemComponent, "sv-ng-radiogroup-item, '[sv-ng-radiogroup-item]'", never, { "question": "question"; "model": "model"; "ariaLabel": "ariaLabel"; }, {}, never, ["*"]>; }