My new Angular 17+ app I need this issue again. My app.config is like that:
provideRouter(
routes,
withInMemoryScrolling({
anchorScrolling: 'enabled',
scrollPositionRestoration: 'enabled',
}),
),
and routerLink from the button is like that:
<button [routerLink] = "['/c2']" fragment="c2id"> Link </button>
After taht anchor scolling has worked perfectly