UNPKG

ng2-markdown-to-html

Version:

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

6 lines (5 loc) 191 B
import { ModuleWithProviders } from '@angular/core'; export declare class MarkdownToHtmlModule { static forRoot(): ModuleWithProviders; static forChild(): ModuleWithProviders; }