docs: Incorrect Highlighting in Content Queries Example

Fixes: #66284
This commit is contained in:
Shuaib Hasan Akib 2025-12-31 10:35:26 +06:00 committed by Kristiyan Kostadinov
parent e3781cd88a
commit 75fa37a0dd

View file

@ -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',
/*...*/