Angular 12 tutorial in Hindi #37 Reactive form Validations

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ม.ค. 2025

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

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

    bhtreen, awesome aaj asa lga ki shi mein kuch tagda bnaya h

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

    after some video, I watch your video then my basic concept clear.

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

    hello sir
    me=>> name: new FormControl(' ',[Validators.required, Validators.pattern('[a-zA-Z]+$')]), =>> kr rhi hu but mere validation hide nhi hor rhi h jab me kuchh bhi input kru to.. please sir reply me soon please.

  • @sudhirdehade
    @sudhirdehade 2 หลายเดือนก่อน

    Sir, #36 me apne Template Driven Form banaya aur #37 means ye wale vdo me aap Reactive Form ka validation bata rahe ho. Kuch vdo missing hai kya series me?? 0:06

  • @CarlosOrtiz-k1z
    @CarlosOrtiz-k1z ปีที่แล้ว +1

    Thank you for the lesson !!!

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

    very well explained ! Than You Anil

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

    Those who are getting invalid error message in html template....
    function should be get
    Eg:
    get user() {return}
    And not : getuser() {return}
    There is a space between get and the name of function....
    Get is a separate keyword

  • @PRAKASHKUMAR-rh3fc
    @PRAKASHKUMAR-rh3fc 3 ปีที่แล้ว +4

    You missed to add video on validation through 'Template driven Form' & also introduction part of 'Reactive form'

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

      Check his English series on it
      You will find out both of them..

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

    How to write different error messages for different type of validation
    For example for required the msg will be this field is required for min length msg will be min length is ...

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

    How to give separate Error message of each validation, in case of multiple validations in a field ?

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

    Validation through template driven form?

  • @AkhileshYadav-lv3kh
    @AkhileshYadav-lv3kh 2 ปีที่แล้ว

    Thank you sir 👍👍

  • @codingislife6387
    @codingislife6387 ปีที่แล้ว

    laajwaab sir gee

  • @AkshayKhedikar
    @AkshayKhedikar ปีที่แล้ว

    if we had multiple fields then we have to define separate function for each field.

  • @vivektiwari-w3u
    @vivektiwari-w3u 6 หลายเดือนก่อน

    thank you

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

    Hello bhaiya, I didn't understood the *ngIf condition. I understood why we used "user.invalid && user.touched" but I why we used "user" at the start in the condition with these two other condition. what does it signify?

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

      It is checking if the user property is not undefined

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

    till 50 video of this series, is enough to crack interview?

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

    I used every steps of your but the invalid message doesn't appear

    • @noorahameds8
      @noorahameds8 ปีที่แล้ว

      user:new formControl(' ',[validators.required])
      Validator must be second parameter

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

    Good morning sir ji

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

    Super 👍

  • @hemantkamthe8147
    @hemantkamthe8147 หลายเดือนก่อน

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

    Thanks sir

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

    Meine same step follow Kiya but invalid wala msg appear nhi ho raha hai..

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

      name: new FormControl(' ',[Validators.required, Validators.pattern('[a-zA-Z]+$')]), try once more

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

    Is video se pahle wala video sequence main nahin aa raha h

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

    Video39 is repeated, I think you mistakenly uploaded the wrong one. Kindly correct.

  • @GALAXY-yo9oe
    @GALAXY-yo9oe 3 ปีที่แล้ว

    nice

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

    in case of facing Invilid error on html template! use question mark!!
    *ngIf="userNameValidate?.invalid

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

      tried but it's not working
      *ngIf="user && user?.invalid && user?.touched
      it's showing the same error Property 'invalid' does not exist on type

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

      @@manishchoudhary2722 use hasError method saw any ref from google!

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

      @@manishchoudhary2722 use hasError method , take refrence from stackoverflow or chatgpt

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

    Thanks Sir gee

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

    Video39 is repeated, I think you mistakenly uploaded the wrong one. Kindly correct.