#disable scroll to top on certain navigations
4 messages · Page 1 of 1 (latest)
In the documentation you have the example how to do it:
https://angular.dev/api/router/InMemoryScrollingOptions#scrollPositionRestoration
I'm already doing that in my app.config.ts, I'm looking for a way to disable it on a specific navigation
on the side there is an example of custom scroll behaviour