@abp/ng.core 9.3.0-rc.4 → 9.3.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.
- package/fesm2022/abp-ng.core.mjs +7 -7
- package/fesm2022/abp-ng.core.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -2940,7 +2940,7 @@ declare class WebHttpUrlEncodingCodec implements HttpParameterCodec {
|
|
|
2940
2940
|
}
|
|
2941
2941
|
|
|
2942
2942
|
declare function getInitialData(): Promise<void>;
|
|
2943
|
-
declare function localeInitializer(): Promise<unknown>;
|
|
2943
|
+
declare function localeInitializer(injector?: Injector): Promise<unknown>;
|
|
2944
2944
|
|
|
2945
2945
|
declare function fromLazyLoad<T extends Event>(element: HTMLScriptElement | HTMLLinkElement, domStrategy?: DomStrategy, crossOriginStrategy?: CrossOriginStrategy): Observable<T>;
|
|
2946
2946
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abp/ng.core",
|
|
3
|
-
"version": "9.3.0
|
|
3
|
+
"version": "9.3.0",
|
|
4
4
|
"homepage": "https://abp.io",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/abpframework/abp.git"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@abp/utils": "~9.3.0
|
|
10
|
+
"@abp/utils": "~9.3.0",
|
|
11
11
|
"just-clone": "^6.0.0",
|
|
12
12
|
"just-compare": "^2.0.0",
|
|
13
13
|
"ts-toolbelt": "^9.0.0",
|