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) 475 B
import { SurveyElement } from "survey-core"; import * as i0 from "@angular/core"; export declare class ErrorsComponent { element: SurveyElement | any; location?: string; constructor(); get id(): string; get class(): string; static ɵfac: i0.ɵɵFactoryDeclaration<ErrorsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ErrorsComponent, "'[sv-ng-errors]'", never, { "element": "element"; "location": "location"; }, {}, never, never>; }