mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The navigation list component was using `routerLinkActive` with
`{ exact: true }`, which required an exact URL match including query
parameters. When visiting `/update-guide?v=19.0-20.0&l=1`, the link
`/update-guide` didn't match, so the active class wasn't applied.
Updated `routerLinkActiveOptions` to ignore query parameters while
maintaining exact path matching so the navigation item stays highlighted
when interacting with the update guide form.
|
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| navigation-list.component.html | ||
| navigation-list.component.scss | ||
| navigation-list.component.spec.ts | ||
| navigation-list.component.ts | ||