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

Class Dir

packages/core/test/acceptance/host_directives_spec.ts:79–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 @Directive({
80 selector: '[dir]',
81 host: {'host-attr': '', 'class': 'dir', 'style': 'width: 50px'},
82 hostDirectives: [HostDir],
83 standalone: false,
84 })
85 class Dir {
86 constructor() {
87 logs.push('Dir');
88 }
89 }
90
91 @Component({
92 template: '<div dir></div>',

Callers

nothing calls this directly

Calls 5

DirectiveClass · 0.90
ɵɵdefineDirectiveFunction · 0.90
OutputInterface · 0.90
InputInterface · 0.90

Tested by

no test coverage detected