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.
@@ -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;