UNPKG

liberry

Version:

liberry is a command utility to help you easily set up, develop, and host your own project pattern library.

11 lines (9 loc) 253 B
import { Directive, ElementRef, DynamicComponentLoader } from '@angular/core'; @Directive({ selector: "[pattern][page]", providers: [ ElementRef ] }) export class MarkDownTranslator { constructor(elementRef: ElementRef) { } }