angular-datatables
Version:
Angular directive for DataTables
11 lines (10 loc) • 360 B
TypeScript
/**
* @license
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://raw.githubusercontent.com/l-lin/angular-datatables/master/LICENSE
*/
import { ModuleWithProviders } from '@angular/core';
export declare class DataTablesModule {
static forRoot(): ModuleWithProviders<DataTablesModule>;
}