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

Class MyStandaloneDirectiveA

packages/core/test/test_bed_spec.ts:432–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430
431 it('should allow overriding the set of directives and pipes used in a standalone component', () => {
432 @Directive({
433 selector: '[dir]',
434 host: {'[id]': 'id'},
435 })
436 class MyStandaloneDirectiveA {
437 id = 'A';
438 }
439
440 @Directive({
441 selector: '[dir]',

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…