ngx-aur-mat-table 12.2.38 → 12.2.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/ngx-aur-mat-table.umd.js +3 -5
- package/bundles/ngx-aur-mat-table.umd.js.map +1 -1
- package/esm2015/lib/ngx-aur-mat-table.module.js +4 -6
- package/fesm2015/ngx-aur-mat-table.js +3 -5
- package/fesm2015/ngx-aur-mat-table.js.map +1 -1
- package/lib/ngx-aur-mat-table.module.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1406,8 +1406,7 @@
|
|
|
1406
1406
|
i5.MatCheckboxModule,
|
|
1407
1407
|
i1$1.MatFormFieldModule,
|
|
1408
1408
|
animations$1.BrowserAnimationsModule], exports: [NgxAurMatTableComponent,
|
|
1409
|
-
DataPropertyGetterPipe
|
|
1410
|
-
animations$1.BrowserAnimationsModule] });
|
|
1409
|
+
DataPropertyGetterPipe] });
|
|
1411
1410
|
NgxAurMatTableModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: NgxAurMatTableModule, imports: [[
|
|
1412
1411
|
i9.CommonModule,
|
|
1413
1412
|
i1.MatIconModule,
|
|
@@ -1420,7 +1419,7 @@
|
|
|
1420
1419
|
i5.MatCheckboxModule,
|
|
1421
1420
|
i1$1.MatFormFieldModule,
|
|
1422
1421
|
animations$1.BrowserAnimationsModule
|
|
1423
|
-
]
|
|
1422
|
+
]] });
|
|
1424
1423
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: NgxAurMatTableModule, decorators: [{
|
|
1425
1424
|
type: i0.NgModule,
|
|
1426
1425
|
args: [{
|
|
@@ -1444,8 +1443,7 @@
|
|
|
1444
1443
|
],
|
|
1445
1444
|
exports: [
|
|
1446
1445
|
NgxAurMatTableComponent,
|
|
1447
|
-
DataPropertyGetterPipe
|
|
1448
|
-
animations$1.BrowserAnimationsModule
|
|
1446
|
+
DataPropertyGetterPipe
|
|
1449
1447
|
]
|
|
1450
1448
|
}]
|
|
1451
1449
|
}] });
|