MCPcopy Index your code
hub / github.com/angular/angular / current

Function current

packages/core/test/acceptance/host_binding_spec.ts:1699–1699  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers 1

verifyFunction · 0.85

Calls 1

getAttributeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…