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

Interface HostBinding

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

Source from the content-addressed store, hash-verified

979 * @publicApi
980 */
981export interface HostBinding {
982 /**
983 * The DOM property that is bound to a data property.
984 * This field also accepts:
985 * * classes, prefixed by `class.`
986 * * styles, prefixed by `style.`
987 * * attributes, prefixed by `attr.`
988 */
989 hostPropertyName?: string;
990}
991
992/**
993 * @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