@ts-core/angular 15.0.22 → 15.0.23

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.
@@ -6371,6 +6371,7 @@ class TransportLazy extends TransportLocal {
6371
6371
  super(logger, settings, null);
6372
6372
  this.loader = loader;
6373
6373
  this.getDispatcher(TransportLazyModuleLoadedEvent.NAME).subscribe(event => this.moduleLoadedHandler(event.data));
6374
+ this.logEventFilters.push(item => item.name !== TransportLazyModuleLoadedEvent.NAME);
6374
6375
  }
6375
6376
  // --------------------------------------------------------------------------
6376
6377
  //