monkey-front-core 0.0.191 → 0.0.192
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/commons/monkeyecx-commons.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.192.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.191.tgz +0 -0
|
@@ -2270,9 +2270,7 @@ class MonkeyEcxCommonsService {
|
|
|
2270
2270
|
console.error('Router must be declared');
|
|
2271
2271
|
}
|
|
2272
2272
|
else {
|
|
2273
|
-
router?.navigate([`/app/pages/${routes[statusCode]}`.toLowerCase()]
|
|
2274
|
-
skipLocationChange: true
|
|
2275
|
-
});
|
|
2273
|
+
router?.navigate([`/app/pages/${routes[statusCode]}`.toLowerCase()]);
|
|
2276
2274
|
}
|
|
2277
2275
|
}
|
|
2278
2276
|
handlePaginationOptions() {
|