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) 570 B
import { LocalizableString, QuestionBooleanModel } from "survey-core"; import * as i0 from "@angular/core"; export declare class BooleanRadioItemComponent { question: QuestionBooleanModel; value: string | boolean; locText: LocalizableString; constructor(); change(): void; static ɵfac: i0.ɵɵFactoryDeclaration<BooleanRadioItemComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<BooleanRadioItemComponent, "sv-ng-boolean-radio-item", never, { "question": "question"; "value": "value"; "locText": "locText"; }, {}, never, never>; }