# Property binding Property binding helps you set values for properties of HTML elements or directives. To bind to an element's property, enclose it in square brackets `[]` which causes Angular to evaluate the right-hand side of the assignment as a dynamic expression. Visit the following resources to learn more: - [@official@Angular Official Website](https://angular.dev/guide/templates/property-binding)