monkey-front-core 0.0.353 → 0.0.355

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.
@@ -4117,7 +4117,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
4117
4117
  args: [{ providedIn: 'root' }]
4118
4118
  }], ctorParameters: function () { return [{ type: MonkeyEcxAuthenticationService }]; } });
4119
4119
 
4120
- let MonkeyEcxAuthGuardByRole = class MonkeyEcxAuthGuardByRole {
4120
+ class MonkeyEcxAuthGuardByRole {
4121
4121
  constructor() {
4122
4122
  // not to do
4123
4123
  }
@@ -4130,22 +4130,17 @@ let MonkeyEcxAuthGuardByRole = class MonkeyEcxAuthGuardByRole {
4130
4130
  return true;
4131
4131
  }
4132
4132
  }
4133
- RoleCheck.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: RoleCheck, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4134
- RoleCheck.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: RoleCheck, providedIn: 'root' });
4135
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: RoleCheck, decorators: [{
4136
- type: Injectable,
4137
- args: [{
4138
- providedIn: 'root'
4139
- }]
4140
- }], ctorParameters: function () { return []; } });
4141
4133
  return RoleCheck;
4142
4134
  }
4143
- };
4144
- MonkeyEcxAuthGuardByRole = __decorate([
4145
- Injectable({
4146
- providedIn: 'root'
4147
- })
4148
- ], MonkeyEcxAuthGuardByRole);
4135
+ }
4136
+ MonkeyEcxAuthGuardByRole.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxAuthGuardByRole, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4137
+ MonkeyEcxAuthGuardByRole.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxAuthGuardByRole, providedIn: 'root' });
4138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxAuthGuardByRole, decorators: [{
4139
+ type: Injectable,
4140
+ args: [{
4141
+ providedIn: 'root'
4142
+ }]
4143
+ }], ctorParameters: function () { return []; } });
4149
4144
 
4150
4145
  class MonkeyEcxAuthGuard {
4151
4146
  constructor(monkeyecxAuthenticationService) {