( directiveIndex: number, predicate: ProviderToken<unknown> | string | string[], flags: number, read?: any, )
| 33 | * @codeGenApi |
| 34 | */ |
| 35 | export function ɵɵcontentQuery<T>( |
| 36 | directiveIndex: number, |
| 37 | predicate: ProviderToken<unknown> | string | string[], |
| 38 | flags: number, |
| 39 | read?: any, |
| 40 | ): typeof ɵɵcontentQuery { |
| 41 | createContentQuery<T>(directiveIndex, predicate, flags, read); |
| 42 | return ɵɵcontentQuery; |
| 43 | } |
| 44 | |
| 45 | /** |
| 46 | * Creates a new view query by initializing internal data structures. |
nothing calls this directly
no test coverage detected