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

Interface HostBinding

packages/core/src/metadata/directives.ts:972–981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970 * @publicApi
971 */
972export interface HostBinding {
973 /**
974 * The DOM property that is bound to a data property.
975 * This field also accepts:
976 * * classes, prefixed by `class.`
977 * * styles, prefixed by `style.`
978 * * attributes, prefixed by `attr.`
979 */
980 hostPropertyName?: string;
981}
982
983/**
984 * @Annotation

Callers 15

HostBindingTestCmpClass · 0.90
DirectiveBClass · 0.90
SomeDirectiveClass · 0.90
SomeDirClass · 0.90
HrefDirectiveClass · 0.90
Page1CmpClass · 0.90
Page2CmpClass · 0.90
RecurPageCmpClass · 0.90
ChildCmpClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…