| 970 | * @publicApi |
| 971 | */ |
| 972 | export 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…