ng-katex-2
Version:
Angular module to write beautiful math expressions with TeX syntax boosted by KaTeX library
12 lines (11 loc) • 756 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./ng-katex.directive";
import * as i3 from "./ng-katex.component";
import * as i4 from "./ng-katex-paragraph.component";
import * as i5 from "./ng-katex-html.component";
export declare class KatexModule {
static ɵfac: i0.ɵɵFactoryDeclaration<KatexModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<KatexModule, never, [typeof i1.CommonModule, typeof i2.KatexDirective, typeof i3.KatexComponent, typeof i4.KatexParagraphComponent, typeof i5.KatexHtmlComponent], [typeof i2.KatexDirective, typeof i3.KatexComponent, typeof i4.KatexParagraphComponent, typeof i5.KatexHtmlComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<KatexModule>;
}