@ts-core/angular 15.0.20 → 15.0.22

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.
@@ -6391,12 +6391,12 @@ class TransportLazy extends TransportLocal {
6391
6391
  // Protected Methods
6392
6392
  //
6393
6393
  // --------------------------------------------------------------------------
6394
- async commandResponseDispatch(command, options, isNeedReply) {
6394
+ async commandResponseRequestDispatch(command, options, isNeedReply) {
6395
6395
  let item = this.getModuleByCommand(command.name);
6396
6396
  if (!_.isNil(item)) {
6397
6397
  await this.loader.loadIfNeed(item.id);
6398
6398
  }
6399
- return super.commandResponseDispatch(command, options, isNeedReply);
6399
+ return super.commandResponseRequestDispatch(command, options, isNeedReply);
6400
6400
  }
6401
6401
  async eventRequestExecute(event) {
6402
6402
  let item = this.getModuleByEvent(event.name);