UNPKG

blockui-components

Version:

Various UI-Components for Angular (V.19)

13 lines (12 loc) 628 B
import { AfterViewInit, ElementRef, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MathComponent implements AfterViewInit, OnChanges { expression: string; containerRef: ElementRef; private isViewInitialized; ngAfterViewInit(): void; ngOnChanges(changes: SimpleChanges): void; private renderMath; static ɵfac: i0.ɵɵFactoryDeclaration<MathComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MathComponent, "block-math", never, { "expression": { "alias": "expression"; "required": true; }; }, {}, never, never, true, never>; }