enable anchor scrolling for angular router module #4306
dlhck
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
If I have a url fragment, I would like angular to scroll to that specific section, but this has to be turned on in angular router module.
http://localhost:3000/admin/extensions/common/test#1234
http://localhost:3000/admin/extensions/common/test#4567
https://angular.io/api/router/ExtraOptions#anchorScrolling
e.g.
can we add this in angular?
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Beta Was this translation helpful? Give feedback.
All reactions