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.
16 lines (15 loc) • 734 B
TypeScript
import { ChangeDetectorRef, DoCheck } from "@angular/core";
import { LocalizableString } from "survey-core";
import * as i0 from "@angular/core";
export declare class StringViewerComponent implements DoCheck {
private changeDetectorRef;
model: LocalizableString;
className: string;
private previousModel;
constructor(changeDetectorRef: ChangeDetectorRef);
ngDoCheck(): void;
clearOnChanged(model: LocalizableString): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<StringViewerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StringViewerComponent, "sv-ng-string-viewer, string-viewer, '[sv-ng-string-viewer]'", never, { "model": "model"; }, {}, never, never>;
}