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
|
@@ -1968,9 +1968,12 @@ class ApplicationContentService extends AppHttpService {
|
|
|
1968
1968
|
}
|
|
1969
1969
|
}
|
|
1970
1970
|
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 });
|
|
1971
|
-
ApplicationContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ApplicationContentService });
|
|
1971
|
+
ApplicationContentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ApplicationContentService, providedIn: "root" });
|
|
1972
1972
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ApplicationContentService, decorators: [{
|
|
1973
|
-
type: Injectable
|
|
1973
|
+
type: Injectable,
|
|
1974
|
+
args: [{
|
|
1975
|
+
providedIn: "root"
|
|
1976
|
+
}]
|
|
1974
1977
|
}], ctorParameters: function () { return [{ type: i1$1.HttpClient }, { type: undefined, decorators: [{
|
|
1975
1978
|
type: Inject,
|
|
1976
1979
|
args: [APP_ENVIRONMENT]
|
|
@@ -15231,7 +15234,6 @@ PackageApplicationControllerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion
|
|
|
15231
15234
|
HeatMapSupportComponent,
|
|
15232
15235
|
GammaHeatChartComponent] });
|
|
15233
15236
|
PackageApplicationControllerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PackageApplicationControllerModule, providers: [
|
|
15234
|
-
ApplicationContentService,
|
|
15235
15237
|
ApplicationDatssetsCall
|
|
15236
15238
|
], imports: [CommonModule,
|
|
15237
15239
|
RouterModule.forChild(appRoutes),
|
|
@@ -15400,7 +15402,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
15400
15402
|
GammaHeatChartComponent
|
|
15401
15403
|
],
|
|
15402
15404
|
providers: [
|
|
15403
|
-
ApplicationContentService,
|
|
15404
15405
|
ApplicationDatssetsCall
|
|
15405
15406
|
]
|
|
15406
15407
|
}]
|