monkey-front-core 0.0.349 → 0.0.351

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
  }
@@ -4188,22 +4188,17 @@ let MonkeyEcxAuthGuardByRole = class MonkeyEcxAuthGuardByRole {
4188
4188
  return true;
4189
4189
  }
4190
4190
  }
4191
- RoleCheck.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: RoleCheck, deps: [{ token: MonkeyEcxAuthenticationService }, { token: i2$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
4192
- RoleCheck.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: RoleCheck, providedIn: 'root' });
4193
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: RoleCheck, decorators: [{
4194
- type: Injectable,
4195
- args: [{
4196
- providedIn: 'root'
4197
- }]
4198
- }], ctorParameters: function () { return [{ type: MonkeyEcxAuthenticationService }, { type: i2$2.Router }]; } });
4199
4191
  return RoleCheck;
4200
4192
  }
4201
- };
4202
- MonkeyEcxAuthGuardByRole = __decorate([
4203
- Injectable({
4204
- providedIn: 'root'
4205
- })
4206
- ], MonkeyEcxAuthGuardByRole);
4193
+ }
4194
+ MonkeyEcxAuthGuardByRole.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxAuthGuardByRole, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4195
+ MonkeyEcxAuthGuardByRole.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxAuthGuardByRole, providedIn: 'root' });
4196
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxAuthGuardByRole, decorators: [{
4197
+ type: Injectable,
4198
+ args: [{
4199
+ providedIn: 'root'
4200
+ }]
4201
+ }], ctorParameters: function () { return []; } });
4207
4202
 
4208
4203
  class MonkeyEcxAuthGuard {
4209
4204
  constructor(monkeyecxAuthenticationService) {