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.
13 lines (12 loc) • 601 B
TypeScript
import { ElementRef } from "@angular/core";
import { QuestionAngular } from "../question";
import { QuestionTextModel } from "survey-core";
import * as i0 from "@angular/core";
export declare class TextQuestionComponent extends QuestionAngular<QuestionTextModel> {
inputElementRef: ElementRef<HTMLDivElement>;
get value(): string;
blur(event: any): void;
updateInputDomElement(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TextQuestionComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TextQuestionComponent, "sv-ng-text-question", never, {}, {}, never, never>;
}