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

Class MyStandaloneDirectiveB

packages/core/test/test_bed_spec.ts:440–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438 }
439
440 @Directive({
441 selector: '[dir]',
442 host: {'[id]': 'id'},
443 })
444 class MyStandaloneDirectiveB {
445 id = 'B';
446 }
447
448 @Pipe({name: 'pipe'})
449 class MyStandalonePipeA {

Callers

nothing calls this directly

Calls 1

DirectiveClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…