UNPKG

ngx-markdown

Version:

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

8 lines (7 loc) 351 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LanguagePipe implements PipeTransform { transform(value: string | null, language: string): string; static ɵfac: i0.ɵɵFactoryDeclaration<LanguagePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<LanguagePipe, "language", true>; }