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

Class DirectiveB

packages/core/test/linker/inheritance_integration_spec.ts:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16class DirectiveA {}
17
18@Directive({
19 selector: '[directiveB]',
20 standalone: false,
21})
22class DirectiveB {
23 @HostBinding('title') title = 'DirectiveB Title';
24}
25
26@Component({
27 selector: 'component-a',

Callers

nothing calls this directly

Calls 2

DirectiveClass · 0.90
HostBindingInterface · 0.90

Tested by

no test coverage detected