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.
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>;
}