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.
14 lines (13 loc) • 785 B
TypeScript
import { OnChanges, OnInit, SimpleChanges, AfterViewInit } from "@angular/core";
import { EmbeddedViewContentComponent } from "../../../embedded-view-content.component";
import { SurveyModel, TOCModel } from "survey-core";
import * as i0 from "@angular/core";
export declare class ProgressTocComponent extends EmbeddedViewContentComponent implements AfterViewInit, OnChanges, OnInit {
survey: SurveyModel;
model: TOCModel;
ngOnInit(): void;
ngAfterViewInit(): void;
ngOnChanges(changes: SimpleChanges): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressTocComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressTocComponent, "sv-navigation-toc, sv-ng-navigation-toc", never, { "survey": "survey"; "model": "model"; }, {}, never, never>;
}