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

Class SomeDirective

packages/core/test/linker/ng_module_integration_spec.ts:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85class SomeComp {}
86
87@Directive({
88 selector: '[someDir]',
89 standalone: false,
90})
91class SomeDirective {
92 @HostBinding('title') @Input() someDir: string | undefined;
93}
94
95@Pipe({
96 name: 'somePipe',

Callers

nothing calls this directly

Calls 3

DirectiveClass · 0.90
HostBindingInterface · 0.90
InputInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…