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

Class MyDir

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

Source from the content-addressed store, hash-verified

730
731 it('should support SkipSelf', () => {
732 @Directive({
733 selector: '[myDir]',
734 providers: [
735 {provide: aTok, useValue: 'aValue'},
736 {provide: 'dep', useValue: 'depValue'},
737 ],
738 standalone: false,
739 })
740 class MyDir {}
741
742 @Component({
743 template: '<div myDir></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…