monkey-front-core 0.0.144 → 0.0.145
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/lib/core/services/error/monkeyecx-error-handling.service.mjs +2 -4
- package/fesm2015/monkey-front-core.mjs +1 -3
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +1 -3
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.145.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.144.tgz +0 -0
|
@@ -3423,8 +3423,6 @@ class MonkeyEcxErrorHandlingService {
|
|
|
3423
3423
|
const handlingService = injector.get(MonkeyEcxHandlingService);
|
|
3424
3424
|
const httpErrorHandlingService = injector.get(MonkeyEcxHttpErrorHandlingService);
|
|
3425
3425
|
const othersErrorsHandlingService = injector.get(MonkeyEcxOthersErrorsHandlingService);
|
|
3426
|
-
console.log('error');
|
|
3427
|
-
console.log(error);
|
|
3428
3426
|
if (error instanceof HttpErrorResponse) {
|
|
3429
3427
|
const sCredentials = handlingService?.getMonkeyEcxServiceCredentials() || {};
|
|
3430
3428
|
if (MonkeyEcxUtils.persistNullEmptyUndefined(type) && type === 'refresh_token') {
|
|
@@ -3443,7 +3441,7 @@ MonkeyEcxErrorHandlingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion:
|
|
|
3443
3441
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxErrorHandlingService, decorators: [{
|
|
3444
3442
|
type: Injectable,
|
|
3445
3443
|
args: [{
|
|
3446
|
-
providedIn: 'root'
|
|
3444
|
+
providedIn: 'root'
|
|
3447
3445
|
}]
|
|
3448
3446
|
}], ctorParameters: function () { return [{ type: i0.Injector }]; } });
|
|
3449
3447
|
|