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

Class SomeDirective

packages/platform-browser/test/testing_public_spec.ts:124–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124@Directive({
125 selector: '[someDir]',
126 host: {'[title]': 'someDir'},
127 standalone: false,
128})
129class SomeDirective {
130 @Input() someDir!: string;
131}
132
133@Pipe({
134 name: 'somePipe',

Callers

nothing calls this directly

Calls 2

DirectiveInterface · 0.90
InputInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…