How to Create Reactive Form | Reactive Form Validation | Angular 18 Tutorial In Hindi | part 12

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

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

  • @GauravDhakad-b4o
    @GauravDhakad-b4o 2 หลายเดือนก่อน +1

    Loved the hands-on approach. Writing the code along with you made everything sink in better

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

      @@GauravDhakad-b4o great to know..keep watching learning

  • @OCEMTechZone
    @OCEMTechZone 6 หลายเดือนก่อน +1

    Great one Sir real-time example never I have seen sucha a clear understanding 🎉

  • @Rbisht17
    @Rbisht17 13 วันที่ผ่านมา

    great A18 series 👍

  • @AjayKumar-fe1yw
    @AjayKumar-fe1yw 4 หลายเดือนก่อน

    Thank you for the clear explanation of form validation in Angular. Your examples made it easy to understand how to handle different validation scenarios

  • @rajasekhar4023
    @rajasekhar4023 3 หลายเดือนก่อน +1

    nice explaination. your videos are really making life easy..

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

    Great Job Thanks to help all of us and making learner life easy. God Bless You!!

  • @a.nmolll
    @a.nmolll 6 หลายเดือนก่อน

    keep going sir
    and thanks for the wonderful lectures

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

    very nice explanation, thanks you so much for efforts

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

    nice vidoe good explaination

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

    great Session

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

    Hi,
    There is Once little concern,
    I started your angular 18 series recently it is very nice.
    in first video you guide about github then after 2nd video you never mention about git hub and push code simultaniously after practice .

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

      @@Rohitpampatwar yes so same thing we need to do.. that's why didn't repeated that

  • @itsme9877
    @itsme9877 3 หลายเดือนก่อน +1

    The minLength part is not working for ne.. Please help.. I tried keeping only the minLength condition and even that is not working😢

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

      try to print error u will get what condition u need to add..to display error

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

      Check in .ts file it must be minLength - L capital
      and Check in .html file it must be minlength - l lowercase

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

      In html use 'minlength' dont use camel case
      Ok bro
      Write minlength

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

    Thanks a lot sir>>>

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

    instead of writing these all
    if ( studentForms.controls['firstName'].touched &&studentForms.controls['firstName'].errors?.['minLength']) {
    Minimum length 4 is charecter
    }
    can't we just use any library to do these all stuff
    if you are using PrimeNG library, then please teach how to bind these form controls with UI Library's fields with Reactive forms

  • @al-baghdadi7914
    @al-baghdadi7914 3 หลายเดือนก่อน

    TO reactive form ke validation mai jab hume html file mai @if hi lagake karn hai to isme to hum .ts file mai faltu mai vo Validators laga rahe hai , matlab ki template form mai bhi to yahi kara tha if laga ke

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

      You have a sharp mind! However, when you don’t want to use the required attribute directly in the HTML input tag, you can instead access the [Validators.required] from your TypeScript file and apply it dynamically.

    • @al-baghdadi7914
      @al-baghdadi7914 หลายเดือนก่อน

      @Darshan7799 ok

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

    how to get source code of video ? .. osome work.

  • @sana-jf7sx
    @sana-jf7sx 6 หลายเดือนก่อน

    sir ek request reactive me aur bhi bohat kuch pls explain in seperate video

  • @OmVerma-ro1qn
    @OmVerma-ro1qn 6 หลายเดือนก่อน

    I have studied part1 to part20. How to make my own API to post data in database by submit button in reactive form.

    • @LearningPartnerDigital
      @LearningPartnerDigital  6 หลายเดือนก่อน +1

      @@OmVerma-ro1qn for that you have to create ur own api using dot net, java or node

    • @OmVerma-ro1qn
      @OmVerma-ro1qn 6 หลายเดือนก่อน

      Sir, please make a video , how to create API or send link so that I can study.

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

    thank you can you make Angular Material Tutorial

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

    could you upload a video showing how to host angular 18 project on github

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

    19:30 advamce topice remaining

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

    sir this whatsapp group is full plz let me in

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

    Sir english series

  • @KrishnaKumar-h4i2y
    @KrishnaKumar-h4i2y 4 หลายเดือนก่อน

    @else if ( studentForms.controls['firstName'].touched &&studentForms.controls['firstName'].errors?.['minLength']) {
    Minimum length 4 is charecter
    }
    sir this is not working in your code can you tell me why this is happenning i am iin your wp group
    great learning sir

    • @KrishnaKumar-h4i2y
      @KrishnaKumar-h4i2y 4 หลายเดือนก่อน

      i got it sir "minLenght" should be "minlength" but why sir at the time od declaring in ts file i declaired it as ''''''firstName:new FormControl("",[Validators.required,Validators.minLength(3)]),'''''

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

      In TypeScript: When you define validators such as Validators.minLength(3), you're using TypeScript and referring to the function minLength in the Validators class.
      In HTML: When you reference errors in the template, Angular converts the error keys to lowercase. So, when checking for the minLength error in your form control, Angular expects it to be in lowercase, i.e., minlength.
      This is why in your HTML code, you use minlength (all lowercase), even though you defined it as Validators.minLength(3) in the TypeScript file.