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

Class DepStandaloneDirective

packages/core/test/test_bed_spec.ts:484–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482
483 it('should reflect overrides on imported standalone directive', () => {
484 @Directive({
485 selector: '[dir]',
486 host: {'[id]': 'id'},
487 })
488 class DepStandaloneDirective {
489 id = 'A';
490 }
491
492 @Component({
493 selector: 'standalone-cmp',

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…