@abp/ng.core 9.3.4 → 9.3.5
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/index.d.ts +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -1274,7 +1274,7 @@ declare class RouterEvents {
|
|
|
1274
1274
|
Start: typeof NavigationStart;
|
|
1275
1275
|
}[Key]> : never : never>;
|
|
1276
1276
|
getAllEvents(): Observable<Event$1>;
|
|
1277
|
-
getAllNavigationEvents(): Observable<
|
|
1277
|
+
getAllNavigationEvents(): Observable<NavigationCancel | NavigationEnd | NavigationError | NavigationStart>;
|
|
1278
1278
|
static ɵfac: i0.ɵɵFactoryDeclaration<RouterEvents, never>;
|
|
1279
1279
|
static ɵprov: i0.ɵɵInjectableDeclaration<RouterEvents>;
|
|
1280
1280
|
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abp/ng.core",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.5",
|
|
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.
|
|
10
|
+
"@abp/utils": "~9.3.5",
|
|
11
11
|
"just-clone": "^6.0.0",
|
|
12
12
|
"just-compare": "^2.0.0",
|
|
13
13
|
"ts-toolbelt": "^9.0.0",
|