Open
Description
I have two routes which have child routes:
-
Route A
- Nested Route A1
- Nested Route A2
-
Route B
- Nested Route B1
- Nested Route B2
If I navigate from 'Nested Route A2' to 'Nested Route B1' with clearHistory=true, then I can not navigate anymore between 'Nested Route B1' and 'Nested Route B2'.
This repo reproduces the issue. Steps to reproduce it:
- Navigate to 'Angular routing' -> 'Nested routers'
- Click on 'SECOND' button,
- Click in the big button 'This is second. Load first',
- Now, you are in the 'Angular Routing 2' component, but you can't navigate between the nested routes.
The repo is using:
- "nativescript-angular": "next",
- "tns-core-modules": "next",
The problem occurs in both platforms (iOS an Android).
P.D. I know that there are several issues regarding clearHistory but I think this case is not reported. Sorry if I am wrong.