(instance: any)
| 224 | } |
| 225 | |
| 226 | export function isDirectiveInstance(instance: any): boolean { |
| 227 | return instance && instance.constructor && instance.constructor.ɵdir; |
| 228 | } |
| 229 | |
| 230 | /** |
| 231 | * Locates the element within the given LView and returns the matching index |
no outgoing calls
no test coverage detected
searching dependent graphs…