angular/adev/shared-docs/components/navigation-list
Shuaib Hasan Akib 33a872d90a fix(docs-infra): update guide navigation to remain active with query params
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.
2025-10-28 15:58:25 +01:00
..
BUILD.bazel docs: Introduce API category sorting (#63914) 2025-09-19 14:44:10 +00:00
navigation-list.component.html fix(docs-infra): update guide navigation to remain active with query params 2025-10-28 15:58:25 +01:00
navigation-list.component.scss docs(docs-infra): Improves navigation list readability by balancing text wrapping (#64512) 2025-10-21 15:14:35 +00:00
navigation-list.component.spec.ts refactor(core): remove compileComponents invocations (#61032) 2025-05-09 10:27:14 -07:00
navigation-list.component.ts docs(docs-infra): clean up code and use inferred types where possible (#64139) 2025-09-29 16:48:11 -04:00