From 75fa37a0dda84a7fc29f2219e8fa3438f8b3bb31 Mon Sep 17 00:00:00 2001 From: Shuaib Hasan Akib Date: Wed, 31 Dec 2025 10:35:26 +0600 Subject: [PATCH] docs: Incorrect Highlighting in Content Queries Example Fixes: #66284 --- adev/src/content/guide/components/queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/guide/components/queries.md b/adev/src/content/guide/components/queries.md index 1404ffee902..08eaac02289 100644 --- a/adev/src/content/guide/components/queries.md +++ b/adev/src/content/guide/components/queries.md @@ -337,7 +337,7 @@ export class CustomCard { You can query for a single result with the `@ContentChild` decorator. -```angular-ts {highlight: [14, 16, 17, 18, 25]} +```angular-ts {highlight: [15, 16, 17, 18, 19, 26]} @Component({ selector: 'custom-toggle', /*...*/