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

Function isHostBinding

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

Source from the content-addressed store, hash-verified

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

Callers 1

extractHostBindingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected