Angular 17 Tutorial #27 - Two Way Data Binding | Angular 17 Tutorial For Beginners

Поділитися
Вставка
  • Опубліковано 11 лип 2024
  • angular 17 tutorial, angular 17 tutorial for beginners, angular 17 two way data binding, angular 17 standalone components, angular cli, angular 17 crud, angular 17 features, angular 17 full tutorial, angular 17 complete tutorial, angular 17 live project, angular 17 project, angular 17 crud tutorial, angular 17 best tutorial, angular 17, angular 17 signals, angular 17 defer, angular 17 components, angular 17 templates, angular 17 course, angular 17 full project, angular 17 ssr, angular 17 routing, angular 17 crash course
    Angular 17 Tutorial, Angular 17 Tutorial For Beginners, Angular full tutorial, Angular learn angular applications, angular 17 crud, angular 17 live project, How to develop Angular Apps, Angular tutorials building and deploying Angular Apps, Building angular applications in Angular 17, Learn to build Angular 17 applications, Angular build and deploying applications, angular 17 building and deploying in Angular Apps, angular Apps build and deployment in Angular 17, 16, 15, 14, 13, 12, 11, 10, 6,7,8, 9, angular 8 example,
    Angular 17 tutorial for beginners, angular 17 tutorials, angular tutorials for beginners, angular interview questions and answers, angular live projects, angular 17 crash course, angular 17 tutorial for beginners step by step, angular tutorial for beginners 2024,angular tutorial 2024,angular code examples, angular for freshers, angular tutorial for experienced, arc tutorials angular, arc tutorials, angular 17 full course, angular 10 tutorial for beginners, angular 10 tutorial
    Angular 17 tutorial for beginners, angular 17 crash course, angular 17 tutorial for beginners step by step, angular tutorial for beginners 2024, angular tutorial 2024, arc tutorial angular, angular code examples, angular for freshers, angular tutorial for experienced, angular introduction, angular version history, angular full tutorial series, best angular tutorial.

КОМЕНТАРІ • 17

  • @abhishekjadhav9289
    @abhishekjadhav9289 23 дні тому +1

    Sir hats off to you. You are simply an excellent mentor to new technologies.

    • @ARCTutorials
      @ARCTutorials  23 дні тому +1

      Thanks for awesome feedback and glad you like Angular tutorials 👍

    • @abhishekjadhav9289
      @abhishekjadhav9289 23 дні тому

      @@ARCTutorials Thank you sir. I also asked a question in another comment based on this video. Can you please reply on that ?

  • @kenhan168
    @kenhan168 28 днів тому +1

    great video!

    • @ARCTutorials
      @ARCTutorials  28 днів тому

      Thank you so much for your kind words and encouragement 👍

  • @andreacrinella2208
    @andreacrinella2208 Місяць тому +1

    Hi! Nice work, just one question, what is the difference between [value] and [ngValue] ?

    • @ARCTutorials
      @ARCTutorials  28 днів тому

      Both are attribute binding. One is custom value binding and the other is built-in attribute binding

  • @MO8IUS
    @MO8IUS Місяць тому +1

    Solid work sir! Enjoy your coffee!!

    • @ARCTutorials
      @ARCTutorials  Місяць тому +1

      Thanks a lot for your support! Cant thank you enough for supporting me!

    • @ARCTutorials
      @ARCTutorials  Місяць тому +1

      I also provide job support and personal training too. Let me know if you need any help anytime!

  • @abhishekjadhav9289
    @abhishekjadhav9289 23 дні тому

    In the example you have used [ngValue] only in case of dropdown, however in other controls you have used only [value].When should I use [ngValue] over [value] ?

  • @ThilrashAmeen
    @ThilrashAmeen Місяць тому

    Please share the Signals tutorial as well

    • @ARCTutorials
      @ARCTutorials  Місяць тому +1

      Recording today. Should go live today

  • @user-oc8yk7tb8f
    @user-oc8yk7tb8f Місяць тому

    Sir when can we see signals tutorials?

  • @charlotte-4751
    @charlotte-4751 Місяць тому

    Thanks for this videos.
    I would like to ask, maybe I didn't see the explication or wasn't attentive enough, but, how do you make the submit button ?
    I was told to put this on the htmls' form :

    Titre


    Title needed
    The title must be like this



    Envoyer

    and this on the ts :
    onAdd(form : NgForm){
    const newNumber = + this.articleToAdd;
    console.log("newNumber :" + newNumber) ;
    }
    And this in the ts file :
    onSubmit() {
    const newTitle = this titleToAdd ;
    const newPrice = this.priceToAdd ;
    }
    But it doesn't work exactly as I want and I didn't understood how to send newTitle and newPrice to another component.
    What is the difference beetwin the (click)="onAjouter()" function, if I put it in a button contained in my form ?
    Sorry to ask such a basic question :\