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

Function isHostBinding

packages/compiler/src/jit_compiler_facade.ts:953–955  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

951}
952
953function isHostBinding(value: any): value is HostBinding {
954 return value.ngMetadataName === 'HostBinding';
955}
956
957function isHostListener(value: any): value is HostListener {
958 return value.ngMetadataName === 'HostListener';

Callers 1

extractHostBindingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…