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.
11 lines (10 loc) • 651 B
TypeScript
import { TemplateRef } from "@angular/core";
import { EmbeddedViewContentComponent } from "./embedded-view-content.component";
import * as i0 from "@angular/core";
export declare class TemplateRendererComponent extends EmbeddedViewContentComponent {
componentName: string;
componentData: any;
contentTempl?: TemplateRef<unknown>;
static ɵfac: i0.ɵɵFactoryDeclaration<TemplateRendererComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TemplateRendererComponent, "sv-template-renderer", never, { "componentName": "componentName"; "componentData": "componentData"; "contentTempl": "contentTempl"; }, {}, never, never>;
}