1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 | import { NgModule } from '@angular/core';
|
8 | import { CommonModule } from '@angular/common';
|
9 | import { DataTableDirective } from './angular-datatables.directive';
|
10 | import * as i0 from "@angular/core";
|
11 | var DataTablesModule = (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 | }());
|
24 | export { DataTablesModule };
|
25 | i0.ɵɵ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 |
|
\ | No newline at end of file |