Chapter 9 : Angular Property Binding | Angular Tutorial Series

Опубликовано: 15 Апрель 2026
на канале: Rudra Tech 2014
83
3

It is a way to binding a property of the element in the DOM with property of class defined in components typescript code.
This is type of binding allows one way data flow from Components typescript class to components template view.
Following is the syntax:
element-name [property]=””