This video covers property binding in depth, by explaining how to bind values to attributes of HTML DOM elements as well as your own custom components.
Property binding in angular allows us to set the value of an element's attributes using properties defined in the component class.