i want to know why innerHTML, src, alt, title, style.color, href comes under property binding, but colspan comes under attribute binding? Other than colspan which all attributes comes under attribute binding?
Hi Vijay. Think of property and attribute very similar. With exception that with attribute binding if you have any custom attributes for your application, we can bind them as well. Not only built-in properties but custom can also be easily extened.
@@vijaybaskar7354 Custom attributes are something we define specific to our app. It can be any data you can define and bind. In most enterprise apps you will see many custom attributes being created and used across company wide
Thanks , seems simple to understand because of your way of explaination..
Thank you for providing more of a comparison in this ng10 tutorial compared to your ng9 tutorial. I understand attribute binding much better.
Glad it was helpful!
Bindings are made so easy with ARC Tutorials~!!! 😎
Glad you like them!
Thanks for the lecture
Most welcome!
Thank u bro waiting for forms validation
Coming very soon dinesh
Great Boss!!! :)
Thank you so much buddy for your kind words
Are there any other examples of attribute binding other than colspan and rowspan
i want to know why innerHTML, src, alt, title, style.color, href comes under property binding, but colspan comes under attribute binding? Other than colspan which all attributes comes under attribute binding?
Hi Vijay. Think of property and attribute very similar. With exception that with attribute binding if you have any custom attributes for your application, we can bind them as well. Not only built-in properties but custom can also be easily extened.
@@ARCTutorials what all are custom attributes and properties.
@@vijaybaskar7354 Custom attributes are something we define specific to our app. It can be any data you can define and bind. In most enterprise apps you will see many custom attributes being created and used across company wide