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

Class Host

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

Source from the content-addressed store, hash-verified

376 }
377
378 @Directive({
379 selector: '[dir]',
380 hostDirectives: [FirstHostDir],
381 standalone: false,
382 })
383 class Host {
384 constructor() {
385 hostInstance = this;
386 }
387 }
388
389 @Component({
390 template: '<div dir></div>',

Callers 15

constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90

Calls 3

DirectiveClass · 0.90
injectFunction · 0.90
ComponentInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…