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.
15 lines (14 loc) • 629 B
TypeScript
import { AfterViewInit, ElementRef } from "@angular/core";
import { BaseAngular } from "../../base-angular";
import { Action } from "survey-core";
import * as i0 from "@angular/core";
export declare class ActionComponent extends BaseAngular implements AfterViewInit {
model: Action;
containerRef: ElementRef<HTMLElement>;
getModel(): Action;
get id(): string;
ngOnDestroy(): void;
ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ActionComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ActionComponent, "sv-ng-action", never, { "model": "model"; }, {}, never, never>;
}