fantasy-ngzorro 1.0.32 → 1.0.33
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/fantasy-ngzorro.umd.js +5 -2
- package/bundles/fantasy-ngzorro.umd.js.map +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js.map +1 -1
- package/esm2015/fantasy-ngzorro.js +2 -3
- package/esm2015/hd-log/hd-log.service.js +6 -3
- package/esm2015/index.js +2 -2
- package/esm2015/public-api.js +2 -1
- package/esm5/fantasy-ngzorro.js +2 -3
- package/esm5/hd-log/hd-log.service.js +6 -3
- package/esm5/index.js +2 -2
- package/esm5/public-api.js +2 -1
- package/fantasy-ngzorro.d.ts +0 -1
- package/fantasy-ngzorro.metadata.json +1 -1
- package/fesm2015/fantasy-ngzorro.js +5 -2
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +5 -2
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -3325,7 +3325,10 @@
|
|
|
3325
3325
|
};
|
|
3326
3326
|
HdLogService.decorators = [
|
|
3327
3327
|
{ type: core.Injectable, args: [{
|
|
3328
|
-
providedIn: 'root'
|
|
3328
|
+
providedIn: 'root',
|
|
3329
|
+
},] },
|
|
3330
|
+
{ type: core.NgModule, args: [{
|
|
3331
|
+
entryComponents: [HdLogComponent]
|
|
3329
3332
|
},] }
|
|
3330
3333
|
];
|
|
3331
3334
|
/** @nocollapse */
|
|
@@ -3487,6 +3490,7 @@
|
|
|
3487
3490
|
exports.HdFilterService = HdFilterService;
|
|
3488
3491
|
exports.HdFormLinesService = HdFormLinesService;
|
|
3489
3492
|
exports.HdFormService = HdFormService;
|
|
3493
|
+
exports.HdLogComponent = HdLogComponent;
|
|
3490
3494
|
exports.HdLogService = HdLogService;
|
|
3491
3495
|
exports.HdOption = HdOption;
|
|
3492
3496
|
exports.InputNumber = InputNumber;
|
|
@@ -3499,7 +3503,6 @@
|
|
|
3499
3503
|
exports.ɵa = HdComponentModule;
|
|
3500
3504
|
exports.ɵb = HdButtonModule;
|
|
3501
3505
|
exports.ɵba = HdLogModule;
|
|
3502
|
-
exports.ɵbb = HdLogComponent;
|
|
3503
3506
|
exports.ɵc = HdButtonComponent;
|
|
3504
3507
|
exports.ɵd = HdButtonGroupModule;
|
|
3505
3508
|
exports.ɵe = HdButtonGroupComponent;
|