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) 684 B
import { MultipleTextCell, MutlipleTextRow, QuestionMultipleTextModel } from "survey-core"; import { BaseAngular } from "../base-angular"; import * as i0 from "@angular/core"; export declare class MultipleTextRowComponent extends BaseAngular<MutlipleTextRow> { question: QuestionMultipleTextModel; model: MutlipleTextRow; protected getModel(): MutlipleTextRow; trackItemBy(_: number, cell: MultipleTextCell): string; static ɵfac: i0.ɵɵFactoryDeclaration<MultipleTextRowComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MultipleTextRowComponent, "sv-ng-multipletext-row", never, { "question": "question"; "model": "model"; }, {}, never, never>; }