Custom async validator | Reactive Forms | Angular 13+

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

КОМЕНТАРІ • 15

  • @sachinvarghese2223
    @sachinvarghese2223 Рік тому +9

    *IMPORTANT !* : In Angular 14, use AbstractControl as the parameter in async validator method definition and also in the formgroup ; instead of using FormControl like in this video, or you will get deprecated error message.

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

      🙏

    • @aqibyaseen2122
      @aqibyaseen2122 Рік тому +5

      i was about to break my laptop into pieces. 😆

    • @sachinvarghese2223
      @sachinvarghese2223 Рік тому

      @@aqibyaseen2122 LOL. 😅

    • @GraphX02
      @GraphX02 Рік тому

      @@aqibyaseen2122

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

      Thank youuuuuuuuu !! I was driving mad. I was casting the control as but it was ugly, and i couldnt understand why the f was my code deprecated.

  • @sarasalhi8
    @sarasalhi8 11 місяців тому +1

    why ng-untouched property of Email form control dosen't change to ng-touched property even when u touch it ?

  • @narenk8077
    @narenk8077 2 роки тому +2

    Why Angular series stopped, can we expect more videos for angular upcoming videos?

  • @mrguy-pm2sp
    @mrguy-pm2sp 2 роки тому +3

    Upcoming video is taking too much time. I cannot wait to see. Best angular tutorial.

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

    This vedio clear all the custom validator douts.
    Thanks sir

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

    One of the best video about custom validator thank you sir

  • @nondist
    @nondist Рік тому

    be creative, this is a copy paste from academind