UNPKG

1.67 kBJavaScriptView 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 { NgModule } from '@angular/core';
8import { CommonModule } from '@angular/common';
9import { DataTableDirective } from './angular-datatables.directive';
10import * as i0 from "@angular/core";
11var DataTablesModule = /** @class */ (function () {
12 function DataTablesModule() {
13 }
14 DataTablesModule.forRoot = function () {
15 return {
16 ngModule: DataTablesModule
17 };
18 };
19 DataTablesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: DataTablesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20 DataTablesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: DataTablesModule, declarations: [DataTableDirective], imports: [CommonModule], exports: [DataTableDirective] });
21 DataTablesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: DataTablesModule, imports: [CommonModule] });
22 return DataTablesModule;
23}());
24export { DataTablesModule };
25i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: DataTablesModule, decorators: [{
26 type: NgModule,
27 args: [{
28 imports: [CommonModule],
29 declarations: [DataTableDirective],
30 exports: [DataTableDirective]
31 }]
32 }] });
33//# sourceMappingURL=angular-datatables.module.js.map
\No newline at end of file