()
| 1697 | fixture.detectChanges(); |
| 1698 | const el = fixture.nativeElement.querySelector(tag)!; |
| 1699 | const current = () => (isAttribute ? el.getAttribute(prop) : (el as any)[prop]); |
| 1700 | |
| 1701 | fixture.componentInstance.unsafeDir.value = value; |
| 1702 | fixture.detectChanges(); |
no test coverage detected
searching dependent graphs…