UNPKG

ng-katex-2

Version:

Angular module to write beautiful math expressions with TeX syntax boosted by KaTeX library

9 lines 310 B
/* * Public API Surface of ng-katex */ export * from './lib/ng-katex.component'; export * from './lib/ng-katex-paragraph.component'; export * from './lib/ng-katex.module'; export * from './lib/ng-katex.service'; export * from './lib/ng-katex.directive'; export * from './lib/ng-katex-html.component';