gamma-app-controller 1.1.21 → 1.1.22
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/application-controller/application-content.service.mjs +6 -3
- package/esm2020/lib/application-controller/application-controller.module.mjs +1 -4
- package/esm2020/lib/gamma-app-controller.module.mjs +1 -1
- package/fesm2015/gamma-app-controller.mjs +5 -4
- package/fesm2015/gamma-app-controller.mjs.map +1 -1
- package/fesm2020/gamma-app-controller.mjs +5 -4
- package/fesm2020/gamma-app-controller.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1971,9 +1971,12 @@ class ApplicationContentService extends AppHttpService {
|
|
|
1971
1971
|
}
|
|
1972
1972
|
}
|
|
1973
1973
|
ApplicationContentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ApplicationContentService, deps: [{ token: i1$1.HttpClient }, { token: APP_ENVIRONMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1974
|
-
ApplicationContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ApplicationContentService });
|
|
1974
|
+
ApplicationContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ApplicationContentService, providedIn: "root" });
|
|
1975
1975
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ApplicationContentService, decorators: [{
|
|
1976
|
-
type: Injectable
|
|
1976
|
+
type: Injectable,
|
|
1977
|
+
args: [{
|
|
1978
|
+
providedIn: "root"
|
|
1979
|
+
}]
|
|
1977
1980
|
}], ctorParameters: function () {
|
|
1978
1981
|
return [{ type: i1$1.HttpClient }, { type: undefined, decorators: [{
|
|
1979
1982
|
type: Inject,
|
|
@@ -15232,7 +15235,6 @@ PackageApplicationControllerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion
|
|
|
15232
15235
|
HeatMapSupportComponent,
|
|
15233
15236
|
GammaHeatChartComponent] });
|
|
15234
15237
|
PackageApplicationControllerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PackageApplicationControllerModule, providers: [
|
|
15235
|
-
ApplicationContentService,
|
|
15236
15238
|
ApplicationDatssetsCall
|
|
15237
15239
|
], imports: [CommonModule,
|
|
15238
15240
|
RouterModule.forChild(appRoutes),
|
|
@@ -15401,7 +15403,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
15401
15403
|
GammaHeatChartComponent
|
|
15402
15404
|
],
|
|
15403
15405
|
providers: [
|
|
15404
|
-
ApplicationContentService,
|
|
15405
15406
|
ApplicationDatssetsCall
|
|
15406
15407
|
]
|
|
15407
15408
|
}]
|