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) 572 B
import { ItemValue, Question, TextAreaModel } from "survey-core"; import * as i0 from "@angular/core"; export declare class SurveyCommentChoiceComponent { question: Question; item: ItemValue; constructor(); get commentValue(): string; get textAreaModel(): TextAreaModel; static ɵfac: i0.ɵɵFactoryDeclaration<SurveyCommentChoiceComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SurveyCommentChoiceComponent, "sv-ng-comment-choice, '[sv-ng-comment-choice]'", never, { "question": "question"; "item": "item"; }, {}, never, never>; }