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.
11 lines (10 loc) • 575 B
TypeScript
import { EmbeddedViewContentComponent } from "../../embedded-view-content.component";
import { SurveyElement } from "survey-core";
import * as i0 from "@angular/core";
export declare class DynamicHeadComponent extends EmbeddedViewContentComponent {
tagName: string;
element: SurveyElement;
get ariaLabel(): string | null;
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicHeadComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicHeadComponent, "sv-ng-dynamic-head", never, { "tagName": "tagName"; "element": "element"; }, {}, never, ["*"]>;
}