Back to Developer Roadmap

Property binding

src/data/roadmaps/angular/content/[email protected]

4.0401 B
Original Source

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: