💥 Become a PRO with my in-depth Angular Forms Course💥 🔗 10% discount for the first 10 students - bit.ly/advanced-ng-forms-discounted
@lenauser12692 ай бұрын
Я в восторге от ваших видео и вашему умению объяснять. Спасибо
@Brunoalves-wi5bk Жыл бұрын
You cover perfectly subjects that no one covers
@DecodedFrontend Жыл бұрын
Glad you enjoy it 😊
@halynaua10 ай бұрын
Здається, ще так доступно ніхто не пояснював. Дякую)
@lianayukhymchak5328 Жыл бұрын
Thanks a lot! Great job) Дякую, дуже детальні пояснення цікавих та важких тем)!
@figureskatinglessons Жыл бұрын
Дякую за такий корисний контент! Бажаю розвитку цьому каналу!
@ytamb01 Жыл бұрын
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 Жыл бұрын
Thank you, Andy 😊 I am happy that I could clarify it for you 🙌🏻 Indeed, the source code might be very complex sometimes.
@fidgetmania Жыл бұрын
God bless Decoded Dmytro. You have a talent to explain difficult things easely. Thanks a lot!
@Perun42 Жыл бұрын
Useful as always. Дякую, Дмитро!
@DecodedFrontend Жыл бұрын
Дуже дякую 🤗
@juanpabloruizmunoz1424 Жыл бұрын
Your content is just perfect! Thanks for all the content you share with the community!
@nedafayazi Жыл бұрын
You are the best teacher. I really appreciate your generosity in learning these complex topics in a very simple way
@Brumry Жыл бұрын
Awesome video ... watching your content, I always realize how much I don't know. Keep up the great work.
@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 🤗
@bukanaka Жыл бұрын
Как раз, то что нужно!
@DecodedFrontend Жыл бұрын
Отлично ;)
@binhoveiga Жыл бұрын
Hi, excelent as always Every video I learn a lot, you're the best
@DecodedFrontend Жыл бұрын
Thank you k so much 🙂 there will be more
@matiasmiraballes9240 Жыл бұрын
excellent video as always!
@mikaelandrade5795Күн бұрын
Very good!
@closefulya Жыл бұрын
спасибо большое, реально уникальный и интересный контент!
@gagiksimonyan3782 Жыл бұрын
Thanks for another useful video, Dmytro) looking forward to your next one)
@DecodedFrontend Жыл бұрын
More to come! 😉
@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 .. .
@SergeyLevandovski7 ай бұрын
Great explanation, thanks!
@julienwickramatunga7338 Жыл бұрын
Nicely explained, thanks!
@federicobalboa9145 Жыл бұрын
Great vid, thanks Dmytro!
@AmarSingh-uw1db Жыл бұрын
Gratitude ❤
@tarasshevchuk847710 ай бұрын
Thanks !!!
@DenisGitonga Жыл бұрын
Thanks for your insightful content. Curious how you are able to navigate to angular sources rather than index.d.ts version.
@manoharsinghrawat1859 Жыл бұрын
Nice video
@techyguy7776 Жыл бұрын
Please make a complete angular course … please my king
@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?
@maxnag-dev Жыл бұрын
Дякую!
@MrKOHKyPEHT Жыл бұрын
Eyes sharpness checking on 2:53 :D Upd. and 9:38
@Masahiko_Kai Жыл бұрын
Great video, thanks. I have a question - where can I order the same cool hoodie as yours?)
@DecodedFrontend Жыл бұрын
I don't know honestly. I didn't buy it intentionally, Google sent me the hoodie when I became a GDE
@damano84 Жыл бұрын
Hello Dmytro, Please, could you comment if you are going to update the Angular Theming course to version 15?
@DecodedFrontend Жыл бұрын
Hey :) Yes, it is in progress currently. I planned to release it earlier but it took more time then I expected.
@damano84 Жыл бұрын
@@DecodedFrontend Thanks Dmytro
@Zx-jp7cn6 ай бұрын
such a cool hoodie, could someone let me know where i can buy it?
@csayantan7 ай бұрын
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 ?
@balajibalamurugan8053 Жыл бұрын
Where did you get this hoodie ?
@DecodedFrontend Жыл бұрын
Google sent me it when I became a GDE :)
@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!
@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
@SiontheRapadant5 ай бұрын
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
@DecodedFrontend5 ай бұрын
Yep:) that’s why so many devs hate it and that’s why signals are here to solve this hack :)
@SiontheRapadant5 ай бұрын
@@DecodedFrontend I solved it by using react instead outside of work related stuff