Demystifying Angular Two Way Binding (2023)

Sdílet
Vložit

Komentáře • 50

  • @DecodedFrontend
    @DecodedFrontend  Před rokem +1

    💥 Learn Angular Forms in-depth and start building complex form controls with ease💥
    🔗 10% discount for the first 10 students - bit.ly/advanced-ng-forms-discounted
    💡 Short Frontend Snacks (Tips) every week here:
    Twitter - twitter.com/DecodedFrontend
    Instagram - instagram.com/decodedfrontend
    LinkedIn - www.linkedin.com/in/dmezhenskyi

  • @gasparsantillan5357
    @gasparsantillan5357 Před rokem +20

    Best Angular youtuber out there! Thanks

  • @gund_ua
    @gund_ua Před rokem +2

    When you are implementing a custom form component you always need a way to sync your data model value with your component internal value (usually called view value) and that's when 2way binding comes very handy in Angular.
    I always miss it when I work with other frameworks where there is no syntax sugar for 2way binding.
    Thanks for this video, even tho I knew this, I'm sure for a lot of people it comes as a surprise that 2way binding isn't actually ~~evil~~ what they thought it is lol

  • @slimhannya1395
    @slimhannya1395 Před rokem +5

    Great content!! did you consider record video about micro frontend architecture in angular? It should be very interesting :)) best regards

  • @devvratsingh959
    @devvratsingh959 Před rokem +2

    Didn't know that, liked but didn't subscribed because I have already!
    Thank you so much for these detailed, advanced videos!

    • @DecodedFrontend
      @DecodedFrontend  Před rokem

      Thank you for staying with me :) I am glad that you learned something new from this video.

  • @edsonandrade
    @edsonandrade Před rokem

    Simple, straightforward and usefull. Congratulations Dmytro!

  • @CeezGeez
    @CeezGeez Před měsícem

    another good one ty!

  • @digitaldaridesatv1545
    @digitaldaridesatv1545 Před rokem +1

    Thank you very much!

  • @Chantimedidi
    @Chantimedidi Před rokem

    Love you bro, your videos are too good , it helped me a lot

  • @haroldpepete
    @haroldpepete Před rokem

    great video, i've learned some angular msterial from you than angular official documentation, you go deep in every topic, thanks

  • @fenix1058
    @fenix1058 Před rokem

    Very nice video

  • @p.s29
    @p.s29 Před rokem +4

    What's up with the component name! 🤣
    Thank you for the video!!

  • @alextiger548
    @alextiger548 Před rokem

    as usual the best!

  • @nouchance
    @nouchance Před rokem

    Thank you Sir

  • @maximilyukhin5454
    @maximilyukhin5454 Před rokem

    Best!

  • @gagosimonyan1986
    @gagosimonyan1986 Před rokem +3

    Thanks for another useful video, Dmytro) p.s custom component's name made me laugh a lot)))

  • @phutranminh953
    @phutranminh953 Před rokem

    Hey Dmytro,
    I'm your fan from Vietnam and I have been following you since I started learning angular.
    Can you make a series about Change detection in Angular.

  • @kailashpatisinghdeora3677

    Thank you for nice explanation, can you please create a video on DOM sanitization in angular.

  • @AntonioSantana-ll8il
    @AntonioSantana-ll8il Před rokem

    Hi!! greetings from Colombia!! you videos are excellent and help me a lot to improve my code a 100% Would be nice if you start teaching IONIC with angular!!! Thanks for exists bro!

  • @kumarvadivel4328
    @kumarvadivel4328 Před rokem +2

    hi dmytro,
    can you make a video to combine two angular application into one like app a is injected into app b

  • @028-manikandan3
    @028-manikandan3 Před rokem +1

    Please put angular crud operations. And build demo e-commerce website video bro please put bro

  • @VirtueelGamingNL
    @VirtueelGamingNL Před rokem

    With arrays it would work different right? I had a pretty bad mind fuck when I had was passing a form group with formarray to a child component. Pushing to the array wouldn't reflect the changes since the change detection is reference based? I still do not fully understand it tho.

  • @georgeknap2631
    @georgeknap2631 Před rokem

    Could be used to invoke some child component method instead of accessing the method name directly in parent template and having the method exposed as public. For example.. "export". Make it a boolean property with false value and whenever you want to invoke it just switch it to true. It will internally do its magic and then switch back to false. What do you think?

  • @ZeeshanAli-jt5hs
    @ZeeshanAli-jt5hs Před rokem

    Can u create a custom datepicker and implement the pricing within datepicker.. Like Flight booking datepicker..

  • @uaplatformacomua
    @uaplatformacomua Před rokem

    🎉🎉🎉🎉🎉🎉

  • @NaveenKumar-mu7ee
    @NaveenKumar-mu7ee Před rokem +1

    please make a video regarding change detection strategy in your chanel clearly pls

  • @anoopg95
    @anoopg95 Před rokem +1

    Hi Dmytro!
    Will you be releasing your courses in platforms like udemy ?

    • @DecodedFrontend
      @DecodedFrontend  Před rokem +2

      Hi,
      Thank you for your question. No, all my courses will be hosted exclusively on my platform.

    • @kavinkumar
      @kavinkumar Před rokem

      @@DecodedFrontend

    • @anoopg95
      @anoopg95 Před rokem +1

      @@DecodedFrontend Requesting you to please consider introducing regional prices for your courses. For most people in south Asia and Africa region, course prices are too expensive and hard to afford.
      Thank you

  • @MahmoudTarek-pz1rl
    @MahmoudTarek-pz1rl Před rokem

    Do you have a udemy account for your courses ?

  • @john_yeager
    @john_yeager Před 9 měsíci

    how i can twoway databinding parameter inside ngif? anybody know?>

  • @chintandesai2236
    @chintandesai2236 Před rokem

    Hey , can you suggest how to improve on html5 css scss skills, I am pretty good with Angular thanks to this channel but still lagging in template design

    • @daniel-nagy
      @daniel-nagy Před rokem +2

      @KevinPowell is so-called CSS guru. You should take a look at his channel.

    • @chintandesai2236
      @chintandesai2236 Před rokem

      @@daniel-nagy Thank you, will check that

    • @DecodedFrontend
      @DecodedFrontend  Před rokem +1

      I was just about to advise Kevin’s channel as well😄 Thanks @daniel-nagy

  • @tmq29
    @tmq29 Před rokem

    Hi sir, i have a question. Can you help me? If you can, thanks you verymuch. Yah, i just have 1 component include 1 html and ts file. In ts file, i create 1 variable like test. and show it to view. But when i catch event and change value of test variable by call setTimeout or something like HttpRequest. This variable in view weren't updated Athough in ts file this was?? it have asynchronous work between ts file and html file. :((

    • @Anna_K_
      @Anna_K_ Před rokem

      look for pipe async in angular docs, I guess it's what you need to use with variable in your html file

  • @mistermittens44
    @mistermittens44 Před rokem +3

    Is that component name supposed to be funny? Just seems trashy and unnecessary.