-
-
Notifications
You must be signed in to change notification settings - Fork 241
Transition issues navigating to the same component #1306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @jdnichollsc, Let me know if I am missing something or if the case is different. Also, it will help if you provide sample project, which can demonstrate your case and could be used for debugging. |
@tsonevn no, all the pages in this demo are the same component, exist any way to recover the navigation instead of only change the data of the same page (because the param of the route is different)? Thanks in advance |
Other frameworks like React Native and Xamarin have the transition of the navigation, without the navigation between pages it doesn't look like a native application, any way to correct that wrong behavior? |
Hi @jdnichollsc, You can also review this thread in our forum, where you will find the third option for resolving this scenario in NS Angular application. The suggested way there is to customize NSRouteReuseStrategy. More info can be found at the above-attached link. Hope this helps |
Hi guys,
I'm navigating to the same component to show subcategories of the category selected in the previous page (CategoryListComponent). But the transition of the
page-router-outlet
doesn't work.Thanks in advance, Nicholls
The text was updated successfully, but these errors were encountered: