monkey-front-core 0.0.59 → 0.0.60
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/directives/monkeyecx-security-directive.mjs +3 -1
- package/fesm2015/monkey-front-core.mjs +2 -0
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +2 -0
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.60.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.59.tgz +0 -0
|
@@ -2795,6 +2795,8 @@ class MonkeyEcxSecurityDirective {
|
|
|
2795
2795
|
let display = 'none';
|
|
2796
2796
|
console.log('roles');
|
|
2797
2797
|
console.log(roles);
|
|
2798
|
+
console.log('this.getRole()');
|
|
2799
|
+
console.log(this.getRole());
|
|
2798
2800
|
const found = roles?.indexOf(this.getRole()) || -1;
|
|
2799
2801
|
console.log('found');
|
|
2800
2802
|
console.log(found);
|