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.

11 lines (10 loc) 566 B
import { BaseAngular } from "../../base-angular"; import { QuestionFileModel, QuestionFilePage } from "survey-core"; import * as i0 from "@angular/core"; export declare class FilePageComponent extends BaseAngular<QuestionFilePage> { page: QuestionFilePage; question: QuestionFileModel; protected getModel(): QuestionFilePage; static ɵfac: i0.ɵɵFactoryDeclaration<FilePageComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FilePageComponent, "sv-ng-file-page", never, { "page": "page"; "question": "question"; }, {}, never, never>; }