MCPcopy Create free account
hub / github.com/angular/angular / isHostBinding

Function isHostBinding

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

Source from the content-addressed store, hash-verified

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

Callers 1

extractHostBindingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected