UNPKG

survey-angular-ui

Version:

survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.

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, ["*"]>; }