Angular Forms Tutorial | Angular Tutorial For Beginners | Building Forms In Angular | Simplilearn

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 20

  • @SimplilearnOfficial
    @SimplilearnOfficial  Год назад +1

    🔥Full Stack Java Developer Program (Discount Code - YTBE15) - www.simplilearn.com/java-full-stack-developer-certification?Ggjgx3fGs&Comments&RUclips
    🔥Full Stack Developer - MERN Stack Program (Discount Code - YTBE15) - www.simplilearn.com/full-stack-developer-course-mern-certification-training?Ggjgx3fGs&Comments&RUclips
    🔥Caltech Coding Bootcamp (US Only) - www.simplilearn.com/coding-bootcamp?Ggjgx3fGs&Comments&RUclips

  • @thatguy4363
    @thatguy4363 2 года назад +13

    I have watched so many videos trying to understand this concept and this was the first video I saw that didn't use unnecessary libraries or Modules. Simple, Useful, and Straight to the point! Thank you so much!

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 года назад

      Hello thank you for watching our video .We are glad that we could help you in your learning !

  • @icaromendes1250
    @icaromendes1250 Год назад +2

    Thank you so much!
    your tutorial is step-by-step, very slow, explaining everything.
    the others I tried I just couldn't take hold of everything.
    Keep the nice work. 🙏

    • @SimplilearnOfficial
      @SimplilearnOfficial  Год назад

      We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!

  • @xXDaveCraftXx
    @xXDaveCraftXx 2 года назад +5

    maybe as a help for Ppl who didnt work with angular before, you can create your form-component with all files in it manually but its way easier over the terminal with the command: "ng generate component " It creates all files for you. You can also run your build and it opens it automatically in the browser with "ng serve --open" else great tutorial for new ppl thanks

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 года назад

      Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!

  • @pawe3869
    @pawe3869 3 года назад +5

    Hey,
    I dont get it, form tutorial starts with already built project where you add just few buttons and labels. If it is about Angular form wouldn't it be propriate just to start with setting spec, all fields, all angular dependencies before creating html page with front part?

  • @medino.josue01
    @medino.josue01 Год назад

    Congratulations, i understand, thank you!

    • @SimplilearnOfficial
      @SimplilearnOfficial  Год назад

      We're so glad that you enjoyed your time learning with us! If you're interested in continuing your education and developing new skills, take a look at our course offerings in the description box. We're confident that you'll find something that piques your interest!

  • @RajeshSays
    @RajeshSays 2 года назад +2

    Great tutorial. Crystal clear explanation. Thank you!

  • @juanmanuelgallego3630
    @juanmanuelgallego3630 2 года назад +1

    Thank you

  • @tudor14
    @tudor14 2 года назад +7

    A full 20 minute tutorial on forms and you don't even demonstrate how to actually catch user input and maybe display it to the console to show that the form works. Just a bunch of faffing around with form validation.

  • @madhumitha8713
    @madhumitha8713 3 года назад +1

    how to find if there is duplicate error or not in reactive forms. Anybodyy please answer to this

  • @desabisc
    @desabisc 3 года назад +1

    i haver error in this lines:
    name.errors.required
    name.errors.minlength
    error TS2531: Object is possibly 'null'.