-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
Support the new router #218
Comments
@vakrilov @hdeshev Just wanted to follow up on the status of this? |
@NathanWalker On the call withAngular team last week, Tobias waned us that they are preparing to land another big chunk of refactoring (a.k.a. breaking changes) on the router and suggested that we wait for it before starting to integrate. That's why we put this task temporary on hold. |
It seems Angular router has changed a lot, but it gets stablized now. |
@vakrilov Any news about the router v.3 implementation ? |
@LTMenezes it's implemented in the latest |
@NathanWalker Is it possible to use different transitions now ? In the previous router (which is deprecated atm) we were not able because "There is little value in implementing support for this with the current router-deprecated package. We'll add this feature when we integrate the new router." |
What's the status of the following:
I see there are some examples of animation examples here https://github.com/NativeScript/nativescript-angular/tree/master/ng-sample/app/examples/animation, but can it be used for pages? |
@m-abs Espeically the page transition thing.. I cannot let all of my pages to have same transition lol so its unusable.. |
Both page transitions and |
I figured this is one of those things we haven’t gotten around to quite yet, but I thought I’d create an issue to track this.
@NathanWalker and I gave it a shot real quick the code below.
But I get the error below:
I’m guessing because we don’t support the new router quite yet.
Thanks 😀
The text was updated successfully, but these errors were encountered: