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.
14 lines (13 loc) • 527 B
TypeScript
import { SurveyElement } from "survey-core";
import * as i0 from "@angular/core";
export declare class ErrorsComponent {
element: SurveyElement | any;
location?: string;
constructor();
get role(): string;
get id(): string;
get ariaLive(): 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>;
}