ng-katex-2
Version:
Angular module to write beautiful math expressions with TeX syntax boosted by KaTeX library
10 lines (9 loc) • 437 B
TypeScript
import { ElementRef } from '@angular/core';
import { KatexOptions } from 'katex';
import * as i0 from "@angular/core";
export declare class KatexService {
render(equation: string, element: ElementRef, options?: KatexOptions): void;
renderToString(equation: string, options?: KatexOptions): string;
static ɵfac: i0.ɵɵFactoryDeclaration<KatexService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<KatexService>;
}