Skip to content
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

How to stop animated navigation using <page-router-outlet>? #202

Closed
okmttdhr opened this issue Apr 28, 2016 · 3 comments
Closed

How to stop animated navigation using <page-router-outlet>? #202

okmttdhr opened this issue Apr 28, 2016 · 3 comments
Labels
Milestone

Comments

@okmttdhr
Copy link

okmttdhr commented Apr 28, 2016

How can I stop animated navigation using <page-router-outlet>?

It seems to always navigate with animation here

Is it possible to stop animated navigation in some way?

@hdeshev
Copy link
Contributor

hdeshev commented May 5, 2016

I don't think we've added the option for that yet, but we definitely should. Adding it shouldn't be too hard, but I'm not sure if making it work for the "old" (@angular/router-deprecated) router is worth the effort.

Maybe we should just keep this in mind when adding support for the new ng2 router.

@hdeshev hdeshev added this to the May milestone May 9, 2016
@tjvantoll
Copy link

Just to add to this, when we do add support for the new router it’d be nice if we supported all the other options that topmost().navigate() provides. I’ve already had the need to clear history and configure transitions in my app.

@hdeshev
Copy link
Contributor

hdeshev commented Jun 8, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants