angular/adev/shared-docs
Shuaib Hasan Akib 766559e08c 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.

(cherry picked from commit 33a872d90a)
2025-10-28 15:58:28 +01:00
..
components fix(docs-infra): update guide navigation to remain active with query params 2025-10-28 15:58:28 +01:00
directives docs(docs-infra): add rel="noopener" to external links with target="_blank" in ExternalLink directive (#64276) 2025-10-09 05:29:31 -07:00
icons refactor(docs-infra): migrate @angular/docs from dev-infra into adev directory (#57132) 2024-07-30 15:51:26 +00:00
interfaces fix(docs-infra): preserve shell class for multifile code blocks 2025-10-27 09:29:40 +01:00
pipeline fix(docs-infra): preserve shell class for multifile code blocks 2025-10-27 09:29:40 +01:00
pipes build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
providers build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
services docs(docs-infra): don't discard favorites in search history when reselected (#63906) 2025-09-22 14:22:19 +00:00
styles docs(docs-infra): Fix animation bug on iPhones (#64342) 2025-10-13 08:25:47 -07:00
testing build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
utils build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
BUILD.bazel build: migrate all npm packages to use new rules_js based npm_package rule (#62954) 2025-08-05 19:08:45 +00:00
defaults.bzl build: rename defaults2.bzl to defaults.bzl (#63384) 2025-08-25 15:45:46 -07:00
index.bzl docs: Add back script to generate example previews map (#60778) 2025-04-11 17:19:33 -04:00
index.ts docs(docs-infra): Use intersectionObserver for TOC (#60166) 2025-03-05 12:09:45 -08:00
package.json build: update all non-major dependencies (#63204) 2025-08-18 09:07:28 +02:00
tsconfig-test.json build: remove ts_project_interop file (#63421) 2025-08-27 11:23:57 -07:00
tsconfig.json docs(docs-infra): enable strict templates 2025-10-24 15:23:30 +02:00