ngx-markdown-it
Version:
An Angular library that renders markdown using [markdown-it](https://github.com/markdown-it/markdown-it).
12 lines (11 loc) • 719 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { NgxMarkdownItConfig } from "./ngx-markdown-it-config.class";
import * as i0 from "@angular/core";
import * as i1 from "./ngx-markdown-it.component";
export declare class NgxMarkdownItModule {
constructor(parentModule?: NgxMarkdownItModule);
static forRoot(config?: NgxMarkdownItConfig): ModuleWithProviders<NgxMarkdownItModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMarkdownItModule, [{ optional: true; skipSelf: true; }]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxMarkdownItModule, [typeof i1.NgxMarkdownItComponent], never, [typeof i1.NgxMarkdownItComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxMarkdownItModule>;
}