UNPKG

ngx-markdown

Version:

Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights

4 lines (3 loc) 198 B
import { Provider } from '@angular/core'; import { MarkdownModuleConfig } from './markdown.module'; export declare function provideMarkdown(markdownModuleConfig?: MarkdownModuleConfig): Provider[];