@acorex/core 6.5.23 → 6.5.26
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/fesm2020/acorex-core.mjs
CHANGED
|
@@ -921,11 +921,11 @@ class AXPlatform {
|
|
|
921
921
|
}
|
|
922
922
|
}
|
|
923
923
|
AXPlatform.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AXPlatform, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
924
|
-
AXPlatform.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AXPlatform, providedIn: '
|
|
924
|
+
AXPlatform.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AXPlatform, providedIn: 'root' });
|
|
925
925
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AXPlatform, decorators: [{
|
|
926
926
|
type: Injectable,
|
|
927
927
|
args: [{
|
|
928
|
-
providedIn: '
|
|
928
|
+
providedIn: 'root',
|
|
929
929
|
}]
|
|
930
930
|
}], ctorParameters: function () { return []; } });
|
|
931
931
|
|