Concept Flow - Property binding with square brackets
Template HTML with [property
Angular parses template
Evaluates expression inside brackets
Updates DOM element property
Browser renders updated property
Angular reads the template, evaluates the expression inside square brackets, and updates the DOM element's property accordingly.