Change Detection in Angular Pt.2 - The Role of ZoneJS (2023)

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

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

  • @DecodedFrontend
    @DecodedFrontend  Год назад +3

    💥 Become a PRO with my in-depth Angular Forms Course💥
    🔗 10% discount for the first 10 students - bit.ly/advanced-ng-forms-discounted

  • @Brunoalves-wi5bk
    @Brunoalves-wi5bk Год назад +25

    You cover perfectly subjects that no one covers

  • @lenauser1269
    @lenauser1269 16 дней назад

    Я в восторге от ваших видео и вашему умению объяснять. Спасибо

  • @halynaua
    @halynaua 9 месяцев назад +1

    Здається, ще так доступно ніхто не пояснював. Дякую)

  • @ytamb01
    @ytamb01 Год назад +6

    Thanks. You explain this at just the right level. The mental model is quite simple but the implementation is complex. If I go into the source code, then it's too much to grasp without the right mental model. This fills the gap between knowing zone js does some magic and fully understanding all the code.

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

      Thank you, Andy 😊 I am happy that I could clarify it for you 🙌🏻 Indeed, the source code might be very complex sometimes.

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

    Дякую за такий корисний контент! Бажаю розвитку цьому каналу!

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

    God bless Decoded Dmytro. You have a talent to explain difficult things easely. Thanks a lot!

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

    Your content is just perfect! Thanks for all the content you share with the community!

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

    Thanks a lot! Great job)
    Дякую, дуже детальні пояснення цікавих та важких тем)!

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

    You are the best teacher. I really appreciate your generosity in learning these complex topics in a very simple way

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

    Useful as always.
    Дякую, Дмитро!

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

    Awesome video ... watching your content, I always realize how much I don't know. Keep up the great work.

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

      Thank you for this kind words :) I am always happy to hear that my efforts are not useless and my followers learn something new 🤗

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

    Hi, excelent as always
    Every video I learn a lot, you're the best

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

    excellent video as always!

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

    Your videos are so helpful to understand Angular's mechanics.. thanks you so much for sharing your insight into what happens under the hood ..
    .

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

    Thanks for another useful video, Dmytro) looking forward to your next one)

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

    Как раз, то что нужно!

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

    Great vid, thanks Dmytro!

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

    Thanks for your insightful content.
    Curious how you are able to navigate to angular sources rather than index.d.ts version.

  • @SergeyLevandovski
    @SergeyLevandovski 5 месяцев назад

    Great explanation, thanks!

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

    Nicely explained, thanks!

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

    спасибо большое, реально уникальный и интересный контент!

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

    Please make a complete angular course … please my king

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

    Nice video

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

    Thanks for a great content that you made Dmytro.
    I have a question that what is the name of extension tab Angular you have in console mode?

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

    Hello Dmytro,
    Please, could you comment if you are going to update the Angular Theming course to version 15?

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

      Hey :) Yes, it is in progress currently. I planned to release it earlier but it took more time then I expected.

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

      @@DecodedFrontend Thanks Dmytro

  • @AmarSingh-uw1db
    @AmarSingh-uw1db Год назад

    Gratitude ❤

  • @tarasshevchuk8477
    @tarasshevchuk8477 8 месяцев назад +1

    Thanks !!!

  • @Zx-jp7cn
    @Zx-jp7cn 4 месяца назад

    such a cool hoodie, could someone let me know where i can buy it?

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

    Great video, thanks. I have a question - where can I order the same cool hoodie as yours?)

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

      I don't know honestly. I didn't buy it intentionally, Google sent me the hoodie when I became a GDE

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

    Hi, I would like to ask how can I get an Angular hoodie like you? I guess the answer is we need to become an Angular GDE 😁. Thank you!

  • @csayantan
    @csayantan 6 месяцев назад

    how to deal with microfrontend project with angular and react oe other js frmaework ? can we pass cookies from angular front end to react front end with event ?

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

    I don't know if anyone here can answer me this question but I would be happy. So basically I'm having a bit of an issue with a library of datatable some people implemented at my work, the things is it uses jquery, I have tried so many ways to stop change detection from being triggered but I'm having no luck. when you want to stop something from living inside ngzone, it's enough to run he $(id) outside ngzone?, what happens with the libraries of datatable that you import on angular.js? the events comes from there so I'm wondering if that's the issue

  • @maxnag-dev
    @maxnag-dev Год назад

    Дякую!

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

    Eyes sharpness checking on 2:53 :D
    Upd. and 9:38

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

    Where did you get this hoodie ?

  • @SiontheRapadant
    @SiontheRapadant 3 месяца назад

    After hearing what "Monkey patching" is, it feels like a very needlessly dirty way of handling things that will add overhead where it's not needed

    • @DecodedFrontend
      @DecodedFrontend  3 месяца назад

      Yep:) that’s why so many devs hate it and that’s why signals are here to solve this hack :)

    • @SiontheRapadant
      @SiontheRapadant 3 месяца назад

      @@DecodedFrontend I solved it by using react instead outside of work related stuff