monkey-front-core 0.0.338 → 0.0.339
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/auth/monkeyecx-auth-guard-role.service.mjs +2 -2
- package/fesm2015/monkey-front-core.mjs +1 -1
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +1 -1
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.339.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.338.tgz +0 -0
|
@@ -4113,7 +4113,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
|
|
|
4113
4113
|
}], ctorParameters: function () { return [{ type: MonkeyEcxAuthenticationService }]; } });
|
|
4114
4114
|
|
|
4115
4115
|
class MonkeyEcxAuthGuardByRole {
|
|
4116
|
-
|
|
4116
|
+
forRoles(roles, companyType, byExclusion) {
|
|
4117
4117
|
class RoleCheck {
|
|
4118
4118
|
constructor(storageService, router) {
|
|
4119
4119
|
this.storageService = storageService;
|