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