-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
package: angular@ionic/angular package@ionic/angular package

Description
Bug Report
Ionic Info
Ionic:
ionic (Ionic CLI) : 4.0.0
Ionic Framework : @ionic/angular 4.0.0-beta.0
@angular-devkit/core : 0.7.0-rc.3
@angular-devkit/schematics : 0.7.0-rc.3
@angular/cli : 6.0.8
@ionic/ng-toolkit : 1.0.0
@ionic/schematics-angular : 1.0.0
System:
NodeJS : v8.11.1 (C:\Program Files\nodejs\node.exe)
npm : 6.2.0
OS : Windows 10
Describe the Bug
Navigation is stuck after navigating between two components with child routes and ion-router-outlets. This works in angular with router-outlet but not after IonicModule is imported.
Steps to Reproduce
Steps to reproduce the behavior:
- Go to https://ion-router-outlet-bug.stackblitz.io/first/tab1
- Click through Tab 1 - 3 and see the content change.
- Click "Second Tabs Page"
- Click through Tab 4 - 6 and see the content change.
- Click "First Tabs Page" (navigating you back)
- The content is now stuck to the last tab you clicked.
Related Code
https://stackblitz.com/edit/ion-router-outlet-bug
Expected Behavior
Navigation should still work after navigating from /first to /second
The docs states that should behave as angular's
Possibly related
[Ionic v4] Returning to tabs from another page causes tabs to break #14885
#14885
sean-perkins, omaxlive, weini01 and tntwist
Metadata
Metadata
Assignees
Labels
package: angular@ionic/angular package@ionic/angular package