Template Driven Forms | Simplify Form Development with Ease | Angular Zero to Hero

Поділитися
Вставка
  • Опубліковано 18 лис 2024

КОМЕНТАРІ • 22

  • @pavankondaparti
    @pavankondaparti Рік тому +2

    from past one year im learning angular ,u r the best tutor explained angular concepts in a great understanding way👏

  • @KGRRLAKSHITHA
    @KGRRLAKSHITHA 5 місяців тому +1

    Bit old,but you are the gold Tutor sir..🥳❤

  • @nanajikadumula9311
    @nanajikadumula9311 2 роки тому +1

    Awesome

  • @jyotinavik5885
    @jyotinavik5885 Рік тому +1

    Best tutorial 💖

  • @zainjahangir296
    @zainjahangir296 2 роки тому +1

    great bro...

  • @castlemaster3417
    @castlemaster3417 Рік тому +2

    Note that From AngularV13, it changed a bit from an old code like this
    *ngIf=" emailAddress.errors && emailAddress.errors?.['required'] && emailAddress.touched"
    As a remainder, the '?' is to ensure that the errors object is not null

    • @WebTechTalk
      @WebTechTalk  Рік тому +1

      A little correction. "?" is not to ensure that the errors object is not null. It is called safe navigation operator or optional chaining and it is introduced in JS/TS to prevent breaking the application if errors object is null or undefined. Thanks for bringing this.

  • @udhayasankar113
    @udhayasankar113 2 роки тому +1

    @viewchild is really necessary here to reset the form because in the onsubmit method itself we are getting the myform right?

    • @WebTechTalk
      @WebTechTalk  2 роки тому +1

      Yes, in template driven forms, we need to either pass the reference of our form through the onsubmit function or we can access using @viewchild.

    • @udhayasankar113
      @udhayasankar113 2 роки тому

      @@WebTechTalk thanks for the reply

  • @Deccantraderofficial
    @Deccantraderofficial 2 роки тому +1

    well explained!! bro

  • @meathuldas
    @meathuldas 3 роки тому +1

    Well explained!👍

  • @bikshus8343
    @bikshus8343 3 роки тому

    Well explained