(selector: any)
| 426 | } |
| 427 | |
| 428 | function convertToR3QueryPredicate(selector: any): any | string[] { |
| 429 | return typeof selector === 'string' ? splitByComma(selector) : resolveForwardRef(selector); |
| 430 | } |
| 431 | |
| 432 | export function convertToR3QueryMetadata(propertyName: string, ann: Query): R3QueryMetadataFacade { |
| 433 | return { |
no test coverage detected
searching dependent graphs…