Angular 10 Tutorial #27 - Attribute Binding in Angular | Angular 10 Tutorial For Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 พ.ย. 2024

ความคิดเห็น • 18

  • @shreyaakaranjkar8459
    @shreyaakaranjkar8459 2 ปีที่แล้ว

    Thanks , seems simple to understand because of your way of explaination..

  • @mathstarz1168
    @mathstarz1168 4 ปีที่แล้ว +1

    Thank you for providing more of a comparison in this ng10 tutorial compared to your ng9 tutorial. I understand attribute binding much better.

  • @pandarzzz
    @pandarzzz 3 ปีที่แล้ว +1

    Bindings are made so easy with ARC Tutorials~!!! 😎

  • @amanuellebassi7294
    @amanuellebassi7294 4 ปีที่แล้ว +1

    Thanks for the lecture

  • @dineshguptha8225
    @dineshguptha8225 4 ปีที่แล้ว +1

    Thank u bro waiting for forms validation

  • @technova3629
    @technova3629 2 ปีที่แล้ว +2

    Great Boss!!! :)

    • @ARCTutorials
      @ARCTutorials  2 ปีที่แล้ว

      Thank you so much buddy for your kind words

  • @staytuned1521
    @staytuned1521 3 ปีที่แล้ว

    Are there any other examples of attribute binding other than colspan and rowspan

  • @vijaybaskar7354
    @vijaybaskar7354 3 ปีที่แล้ว +2

    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?

    • @ARCTutorials
      @ARCTutorials  3 ปีที่แล้ว

      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
      @vijaybaskar7354 3 ปีที่แล้ว +1

      @@ARCTutorials what all are custom attributes and properties.

    • @ARCTutorials
      @ARCTutorials  3 ปีที่แล้ว

      @@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