We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c36e74 commit 10b98c8Copy full SHA for 10b98c8
projects/common/src/navigation/navigation.service.ts
@@ -128,6 +128,7 @@ export class NavigationService {
128
paramsOrUrl: NavigationParams | string
129
): Observable<{ path: NavigationPath; extras?: NavigationExtras }> {
130
return this.navigation$.pipe(
131
+ startWith(this.getCurrentActivatedRoute()),
132
switchMap(route => route.queryParams),
133
map(() => this.buildNavigationParams(paramsOrUrl)),
134
distinctUntilChanged(isEqualIgnoreFunctions)
0 commit comments