@smartsoft001-mobilems/angular 2.16.0 → 2.17.0

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.
@@ -1080,7 +1080,7 @@ class ConfigsFacade {
1080
1080
  });
1081
1081
  }
1082
1082
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ConfigsFacade, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1083
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ConfigsFacade }); }
1083
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ConfigsFacade, providedIn: 'root' }); }
1084
1084
  }
1085
1085
  __decorate([
1086
1086
  ReduxAction(),
@@ -1095,7 +1095,10 @@ __decorate([
1095
1095
  __metadata("design:returntype", Promise)
1096
1096
  ], ConfigsFacade.prototype, "init", null);
1097
1097
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.0", ngImport: i0, type: ConfigsFacade, decorators: [{
1098
- type: Injectable
1098
+ type: Injectable,
1099
+ args: [{
1100
+ providedIn: 'root',
1101
+ }]
1099
1102
  }], propDecorators: { getPage: [], init: [] } });
1100
1103
 
1101
1104
  class AppComponent extends AppBaseComponent {