@dsivd/prestations-ng 18.3.4-beta.3 → 18.3.4

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.
Binary file
@@ -5605,8 +5605,7 @@ class PrestationsNgCoreModule {
5605
5605
  },
5606
5606
  {
5607
5607
  provide: ErrorHandler,
5608
- useClass: ChunkLoadErrorHandler,
5609
- multi: true
5608
+ useClass: ChunkLoadErrorHandler
5610
5609
  },
5611
5610
  provideHttpClient(withInterceptorsFromDi(), withInterceptors([oidcNotAuthenticatedInterceptor]))
5612
5611
  ], imports: [RouterModule] }); }
@@ -5623,8 +5622,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
5623
5622
  },
5624
5623
  {
5625
5624
  provide: ErrorHandler,
5626
- useClass: ChunkLoadErrorHandler,
5627
- multi: true
5625
+ useClass: ChunkLoadErrorHandler
5628
5626
  },
5629
5627
  provideHttpClient(withInterceptorsFromDi(), withInterceptors([oidcNotAuthenticatedInterceptor]))
5630
5628
  ]