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

Class SomeDir

packages/core/test/linker/change_detection_integration_spec.ts:1531–1537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1529 }
1530
1531 @Directive({
1532 selector: '[someDir]',
1533 standalone: false,
1534 })
1535 class SomeDir {
1536 @HostBinding('class.foo') fooClass = true;
1537 }
1538
1539 const ctx = TestBed.configureTestingModule({declarations: [Comp, SomeDir]}).createComponent(
1540 Comp,

Callers

nothing calls this directly

Calls 2

DirectiveClass · 0.90
HostBindingInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…