UNPKG

@cardboard-box/ngx-box

Version:

A collection of useful directives, components and services for angular

12 lines (11 loc) 499 B
import { ElementRef } from "@angular/core"; import * as i0 from "@angular/core"; export declare class MarkdownDirective { private host; private _current?; private _marked?; set markdown(content: string | undefined); constructor(host: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration<MarkdownDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<MarkdownDirective, "[markdown]", never, { "markdown": "markdown"; }, {}, never, never, false, never>; }