UNPKG

778 BTypeScriptView Raw
1/**
2 * @license
3 *
4 * Use of this source code is governed by an MIT-style license that can be
5 * found in the LICENSE file at https://raw.githubusercontent.com/l-lin/angular-datatables/master/LICENSE
6 */
7import { ModuleWithProviders } from '@angular/core';
8import * as i0 from "@angular/core";
9import * as i1 from "./angular-datatables.directive";
10import * as i2 from "@angular/common";
11export declare class DataTablesModule {
12 static forRoot(): ModuleWithProviders<DataTablesModule>;
13 static ɵfac: i0.ɵɵFactoryDeclaration<DataTablesModule, never>;
14 static ɵmod: i0.ɵɵNgModuleDeclaration<DataTablesModule, [typeof i1.DataTableDirective], [typeof i2.CommonModule], [typeof i1.DataTableDirective]>;
15 static ɵinj: i0.ɵɵInjectorDeclaration<DataTablesModule>;
16}