@ts-core/angular 15.0.20 → 15.0.21
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.
- package/esm2020/login/LoginGuard.mjs +1 -1
- package/esm2020/transport/TransportLazy.mjs +2 -2
- package/fesm2015/ts-core-angular.mjs +2 -2
- package/fesm2015/ts-core-angular.mjs.map +1 -1
- package/fesm2020/ts-core-angular.mjs +1 -1
- package/fesm2020/ts-core-angular.mjs.map +1 -1
- package/package.json +11 -11
|
@@ -6396,7 +6396,7 @@ class TransportLazy extends TransportLocal {
|
|
|
6396
6396
|
if (!_.isNil(item)) {
|
|
6397
6397
|
await this.loader.loadIfNeed(item.id);
|
|
6398
6398
|
}
|
|
6399
|
-
return super.
|
|
6399
|
+
return super.commandResponseRequestDispatch(command, options, isNeedReply);
|
|
6400
6400
|
}
|
|
6401
6401
|
async eventRequestExecute(event) {
|
|
6402
6402
|
let item = this.getModuleByEvent(event.name);
|