We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8c092 commit aac35adCopy full SHA for aac35ad
nativescript-angular/router/ns-location-strategy.ts
@@ -360,9 +360,8 @@ export class NSLocationStrategy extends LocationStrategy {
360
// Changing the current outlet only if navigating in non-cached root outlet.
361
if (!this.frameService.containsOutlet(name) && this.statesByOutlet[name] /* ensure root outlet exists */) {
362
this.currentOutlet = name;
363
+ this.frameService.addFrame(frame, name, this.currentOutlet);
364
}
-
365
- this.frameService.addFrame(frame, name, this.currentOutlet);
366
367
368
const lastState = this.peekState(this.currentOutlet);
0 commit comments