/******************************************************************* * NGX-DYNAMIC-MATERIAL-TABLE * * @description Create fancy and complex tables dynamically * * @file dynamic-table.directive.ts * * @author Gökhan Sari - * * @copyright Arpage AG, Zurich Switzerland, 2018 * *******************************************************************/ import { ViewContainerRef } from '@angular/core'; /** * Indicates the container name where the generated HTML will be injected. */ export declare class DynamicTableContainerDirective { viewContainerRef: ViewContainerRef; palTableContainer: string; constructor(viewContainerRef: ViewContainerRef); }