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.
13 lines (12 loc) • 767 B
TypeScript
import { SurveyModel } from "survey-core";
import { EmbeddedViewContentComponent } from "./embedded-view-content.component";
import * as i0 from "@angular/core";
export declare class ComponentsContainerComponent extends EmbeddedViewContentComponent {
survey: SurveyModel;
container: string;
needRenderWrapper?: boolean;
get components(): Array<any>;
get isNeedRenderWrapper(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentsContainerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ComponentsContainerComponent, "sv-components-container, [sv-components-container], sv-ng-components-container", never, { "survey": "survey"; "container": "container"; "needRenderWrapper": "needRenderWrapper"; }, {}, never, never>;
}