@osovitny/anatoly 2.14.97 → 2.14.99

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.
@@ -4502,7 +4502,6 @@ let InjectorInstance;
4502
4502
  class AnatolyCoreModule {
4503
4503
  constructor(injector, parentModule) {
4504
4504
  this.injector = injector;
4505
- throwIfAlreadyLoaded(parentModule, 'AnatolyCoreModule');
4506
4505
  InjectorInstance = this.injector;
4507
4506
  }
4508
4507
  }
@@ -4570,11 +4569,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4570
4569
  </file>
4571
4570
  */
4572
4571
  class AnatolyDataModule {
4573
- constructor(parentModule) {
4574
- throwIfAlreadyLoaded(parentModule, 'AnatolyDataModule');
4575
- }
4576
4572
  }
4577
- AnatolyDataModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyDataModule, deps: [{ token: AnatolyDataModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule });
4573
+ AnatolyDataModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyDataModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4578
4574
  AnatolyDataModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: AnatolyDataModule, imports: [CommonModule] });
4579
4575
  AnatolyDataModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyDataModule, providers: [
4580
4576
  CoreApiService,
@@ -4591,11 +4587,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4591
4587
  EmailsApiService
4592
4588
  ]
4593
4589
  }]
4594
- }], ctorParameters: function () { return [{ type: AnatolyDataModule, decorators: [{
4595
- type: Optional
4596
- }, {
4597
- type: SkipSelf
4598
- }] }]; } });
4590
+ }] });
4599
4591
 
4600
4592
  /*
4601
4593
  <file>