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.
20 lines (19 loc) • 817 B
TypeScript
import { OnChanges, ViewContainerRef } from "@angular/core";
import * as i0 from "@angular/core";
export declare class SvgIconComponent implements OnChanges {
private viewContaierRef;
size?: number | string;
width?: number;
height?: number;
iconName: string;
partCss?: string;
css?: string;
title?: string;
constructor(viewContaierRef: ViewContainerRef);
private createSvg;
get rootClass(): string;
get rootRole(): string;
ngOnChanges(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SvgIconComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SvgIconComponent, "'[sv-ng-svg-icon]'", never, { "size": "size"; "width": "width"; "height": "height"; "iconName": "iconName"; "partCss": "partCss"; "css": "css"; "title": "title"; }, {}, never, never>;
}