gamma-app-controller 1.1.24 → 1.1.25
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/template-module/cdrConfigModule/cdr-browser.service.mjs +4 -3
- package/esm2020/lib/template-module/exceptionConfigModule/exception-service.mjs +4 -3
- package/fesm2015/gamma-app-controller.mjs +6 -4
- package/fesm2015/gamma-app-controller.mjs.map +1 -1
- package/fesm2020/gamma-app-controller.mjs +6 -4
- package/fesm2020/gamma-app-controller.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -14821,9 +14821,10 @@ class ExceptionConfigsService {
|
|
|
14821
14821
|
}
|
|
14822
14822
|
}
|
|
14823
14823
|
ExceptionConfigsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ExceptionConfigsService, deps: [{ token: i1$1.HttpClient }, { token: APP_ENVIRONMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14824
|
-
ExceptionConfigsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ExceptionConfigsService });
|
|
14824
|
+
ExceptionConfigsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ExceptionConfigsService, providedIn: "root" });
|
|
14825
14825
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ExceptionConfigsService, decorators: [{
|
|
14826
|
-
type: Injectable
|
|
14826
|
+
type: Injectable,
|
|
14827
|
+
args: [{ providedIn: "root" }]
|
|
14827
14828
|
}], ctorParameters: function () { return [{ type: i1$1.HttpClient }, { type: undefined, decorators: [{
|
|
14828
14829
|
type: Inject,
|
|
14829
14830
|
args: [APP_ENVIRONMENT]
|
|
@@ -15419,9 +15420,10 @@ class CdrConfigService {
|
|
|
15419
15420
|
}
|
|
15420
15421
|
}
|
|
15421
15422
|
CdrConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CdrConfigService, deps: [{ token: i1$1.HttpClient }, { token: APP_ENVIRONMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15422
|
-
CdrConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CdrConfigService });
|
|
15423
|
+
CdrConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CdrConfigService, providedIn: "root" });
|
|
15423
15424
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CdrConfigService, decorators: [{
|
|
15424
|
-
type: Injectable
|
|
15425
|
+
type: Injectable,
|
|
15426
|
+
args: [{ providedIn: "root" }]
|
|
15425
15427
|
}], ctorParameters: function () { return [{ type: i1$1.HttpClient }, { type: undefined, decorators: [{
|
|
15426
15428
|
type: Inject,
|
|
15427
15429
|
args: [APP_ENVIRONMENT]
|