fantasy-ngzorro 1.0.31 → 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 +7 -3
- 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/fantasy-ngzorro.module.js +4 -2
- 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/fantasy-ngzorro.module.js +4 -2
- 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 +7 -3
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +7 -3
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -2897,7 +2897,8 @@
|
|
|
2897
2897
|
{ type: core.NgModule, args: [{
|
|
2898
2898
|
imports: [common.CommonModule],
|
|
2899
2899
|
exports: [HdComponentModule],
|
|
2900
|
-
providers: []
|
|
2900
|
+
providers: [],
|
|
2901
|
+
entryComponents: [HdLogComponent]
|
|
2901
2902
|
},] }
|
|
2902
2903
|
];
|
|
2903
2904
|
return FantasyNgzorroModule;
|
|
@@ -3324,7 +3325,10 @@
|
|
|
3324
3325
|
};
|
|
3325
3326
|
HdLogService.decorators = [
|
|
3326
3327
|
{ type: core.Injectable, args: [{
|
|
3327
|
-
providedIn: 'root'
|
|
3328
|
+
providedIn: 'root',
|
|
3329
|
+
},] },
|
|
3330
|
+
{ type: core.NgModule, args: [{
|
|
3331
|
+
entryComponents: [HdLogComponent]
|
|
3328
3332
|
},] }
|
|
3329
3333
|
];
|
|
3330
3334
|
/** @nocollapse */
|
|
@@ -3486,6 +3490,7 @@
|
|
|
3486
3490
|
exports.HdFilterService = HdFilterService;
|
|
3487
3491
|
exports.HdFormLinesService = HdFormLinesService;
|
|
3488
3492
|
exports.HdFormService = HdFormService;
|
|
3493
|
+
exports.HdLogComponent = HdLogComponent;
|
|
3489
3494
|
exports.HdLogService = HdLogService;
|
|
3490
3495
|
exports.HdOption = HdOption;
|
|
3491
3496
|
exports.InputNumber = InputNumber;
|
|
@@ -3498,7 +3503,6 @@
|
|
|
3498
3503
|
exports.ɵa = HdComponentModule;
|
|
3499
3504
|
exports.ɵb = HdButtonModule;
|
|
3500
3505
|
exports.ɵba = HdLogModule;
|
|
3501
|
-
exports.ɵbb = HdLogComponent;
|
|
3502
3506
|
exports.ɵc = HdButtonComponent;
|
|
3503
3507
|
exports.ɵd = HdButtonGroupModule;
|
|
3504
3508
|
exports.ɵe = HdButtonGroupComponent;
|