( predicate: ProviderToken<unknown> | string | string[], flags: number, read?: any, )
| 52 | * @codeGenApi |
| 53 | */ |
| 54 | export function ɵɵviewQuery<T>( |
| 55 | predicate: ProviderToken<unknown> | string | string[], |
| 56 | flags: number, |
| 57 | read?: any, |
| 58 | ): typeof ɵɵviewQuery { |
| 59 | createViewQuery(predicate, flags, read); |
| 60 | return ɵɵviewQuery; |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * Refreshes a query by combining matches from all active views and removing matches from deleted |
nothing calls this directly
no test coverage detected