#Scroll Position Not Resetting
5 messages · Page 1 of 1 (latest)
5 messages · Page 1 of 1 (latest)
Scroll is preserved when navigating to a route using loadComponent (only on the first navigation to that route), even with withInMemoryScrolling({ scrollPositionRestoration: 'top', anchorScrolling: 'enabled' }) enabled.
are you sure using router properly?
Hello @grim wraith thanks for your reply, can you please check it with me here's my routing configuration:
and here's the links of the footer:
are you alredy imported routerlink in that component?