UNPKG

angular-datatables

Version:
17 lines (16 loc) 778 B
/** * @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'; import * as i0 from "@angular/core"; import * as i1 from "./angular-datatables.directive"; import * as i2 from "@angular/common"; export declare class DataTablesModule { static forRoot(): ModuleWithProviders<DataTablesModule>; static ɵfac: i0.ɵɵFactoryDeclaration<DataTablesModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DataTablesModule, [typeof i1.DataTableDirective], [typeof i2.CommonModule], [typeof i1.DataTableDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<DataTablesModule>; }