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 7661cff commit 8531ca8Copy full SHA for 8531ca8
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.findOutletByOutletPath("primary").states.length;
+ this.locationStack = this.strategy.findOutlet("primary").states.length;
27
}
28
0 commit comments