@ts-core/angular 13.1.11 → 13.1.12

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.
@@ -7083,7 +7083,6 @@ class VICommonModule {
7083
7083
  providers: [
7084
7084
  LoadingService,
7085
7085
  CanDeactivateGuard,
7086
- NativeWindowService,
7087
7086
  { provide: VI_ANGULAR_OPTIONS, useValue: options || {} },
7088
7087
  { provide: Logger, deps: [VI_ANGULAR_OPTIONS], useFactory: loggerServiceFactory },
7089
7088
  { provide: NativeWindowService, deps: [DOCUMENT], useFactory: nativeWindowServiceFactory },