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