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

Class MyDir1

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

Source from the content-addressed store, hash-verified

758
759 it('should support multiple providers in a template', () => {
760 @Directive({
761 selector: '[myDir1]',
762 providers: [{provide: aTok, useValue: 'aValue1'}],
763 standalone: false,
764 })
765 class MyDir1 {}
766
767 @Directive({
768 selector: '[myDir2]',

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…