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.
11 lines (10 loc) • 517 B
TypeScript
import { Question, TextAreaModel } from "survey-core";
import * as i0 from "@angular/core";
export declare class SurveyCommentOtherComponent {
question: Question;
constructor();
get otherValue(): string;
get textAreaModel(): TextAreaModel;
static ɵfac: i0.ɵɵFactoryDeclaration<SurveyCommentOtherComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SurveyCommentOtherComponent, "sv-ng-comment-other, '[sv-ng-comment-other]'", never, { "question": "question"; }, {}, never, never>;
}