Skip to content

Commit 0dfbde9

Browse files
Revert "fix(router): Clear internal transition when navigation finalizes (angular#54261)" (angular#54317)
This reverts commit 6681292. PR Close angular#54317
1 parent f39cb06 commit 0dfbde9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/router/src/navigation_transition.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,6 @@ export class NavigationTransitions {
688688
// finalized.
689689
if (this.currentNavigation?.id === overallTransitionState.id) {
690690
this.currentNavigation = null;
691-
this.currentTransition = null;
692691
}
693692
}),
694693
catchError((e) => {

0 commit comments

Comments
 (0)