-
-
Notifications
You must be signed in to change notification settings - Fork 241
ClearHistory and PageTransitions #368
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
Conversation
this.router.navigate( | ||
this.commands, | ||
{ relativeTo: currentRoute, queryParams: this.queryParams, fragment: this.fragment }); | ||
private getTrasnition(): { animated: boolean, transition?: NavigationTransition } { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: getTransition
This is very exciting! Nice work @vakrilov can't wait to try this out 👍 |
Wuhu, thank you so much. I look forward to trying this out. 👍 |
Hey. I am sorry I might be doing something wrong but I could not find that.
I am working on the nativescript-ui-samples-angular app. And I can go back to the previous page. |
I'm having the same issue, clear history seems to work on the native router-outlet not the page-router-outlet |
Hey #mhmo91 - can you please open an issue about that (or search if there isn't already one opened). |
I cannot find any examples on page transitions. Can anyone point me to them. |
You can check the navigation article in the docs. |
Added a way to:
Resolves #218
Resolves #284