@osovitny/anatoly 2.14.98 → 2.14.100

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.
@@ -1712,8 +1712,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
1712
1712
  </file>
1713
1713
  */
1714
1714
  class XmlFormatter {
1715
- static toPrettyXML(s) {
1716
- return format$1(s);
1715
+ static toPrettyXML(s, options) {
1716
+ if (!options) {
1717
+ options = {
1718
+ indentation: ' ',
1719
+ filter: (node) => node.type !== 'Comment'
1720
+ };
1721
+ }
1722
+ return format$1(s, options);
1717
1723
  }
1718
1724
  }
1719
1725
 
@@ -4502,7 +4508,6 @@ let InjectorInstance;
4502
4508
  class AnatolyCoreModule {
4503
4509
  constructor(injector, parentModule) {
4504
4510
  this.injector = injector;
4505
- throwIfAlreadyLoaded(parentModule, 'AnatolyCoreModule');
4506
4511
  InjectorInstance = this.injector;
4507
4512
  }
4508
4513
  }
@@ -4570,11 +4575,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4570
4575
  </file>
4571
4576
  */
4572
4577
  class AnatolyDataModule {
4573
- constructor(parentModule) {
4574
- throwIfAlreadyLoaded(parentModule, 'AnatolyDataModule');
4575
- }
4576
4578
  }
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 });
4579
+ AnatolyDataModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyDataModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4578
4580
  AnatolyDataModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: AnatolyDataModule, imports: [CommonModule] });
4579
4581
  AnatolyDataModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyDataModule, providers: [
4580
4582
  CoreApiService,
@@ -4591,11 +4593,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4591
4593
  EmailsApiService
4592
4594
  ]
4593
4595
  }]
4594
- }], ctorParameters: function () { return [{ type: AnatolyDataModule, decorators: [{
4595
- type: Optional
4596
- }, {
4597
- type: SkipSelf
4598
- }] }]; } });
4596
+ }] });
4599
4597
 
4600
4598
  /*
4601
4599
  <file>