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

Class MyDir2

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

Source from the content-addressed store, hash-verified

765 class MyDir1 {}
766
767 @Directive({
768 selector: '[myDir2]',
769 providers: [{provide: aTok, useValue: 'aValue2'}],
770 standalone: false,
771 })
772 class MyDir2 {}
773
774 @Component({
775 template: '<div myDir1></div><div myDir2></div>',

Callers

nothing calls this directly

Calls 1

DirectiveInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…