/******************************************************************* * NGX-DYNAMIC-MATERIAL-TABLE * * @description Create fancy and complex tables dynamically * * @file dynamic-expandable-table.module.ts * * @author Gökhan Sari - * * @copyright Arpage AG, 2018 * *******************************************************************/ import { ModuleWithProviders } from '@angular/core'; export declare class DynamicExpandableTableModule { static forRoot(): ModuleWithProviders; }