UNPKG

dynamic-mat-table

Version:

dynamic-mat-table is an Angular component for presenting large and complex data with a lightning fast performance (at least 10x faster) and excellent level of control over the presentation.

8 lines (7 loc) 294 B
import { TemplateRef, ViewContainerRef } from '@angular/core'; export declare class TemplateOrStringDirective { private defaultTpl; private vcr; set templateOrString(content: string | TemplateRef<any>); constructor(defaultTpl: TemplateRef<any>, vcr: ViewContainerRef); }