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 a90615c commit 4893d3bCopy full SHA for 4893d3b
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().length;
+ this.locationStack = this.strategy._getStates()["primary"].length;
27
}
28
0 commit comments