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 302a471 commit 6cc6febCopy full SHA for 6cc6feb
app/navigation-options/navigation-info.component.ts
@@ -23,6 +23,6 @@ export class NavigationInfoComponent {
23
update() {
24
// If history is cleared: frameStack = 0, locationStack = 1
25
this.frameStack = this.frame.backStack.length;
26
- this.locationStack = this.strategy._getStates()["primary"].length;
+ this.locationStack = this.strategy.findOutletByOutletPath("primary").states.length;
27
}
28
0 commit comments