For more advanced Angular topics, check out the free lessons available on the Angular University website, no login needed to watch them 😊😉😁👍 - angular-university.io
@talidan953310 ай бұрын
I began my career as an Angular developer 3 years ago, and I can definitely say that from all Angular courses and tutorials available on any platform - yours are the most thorough, enriching, and educational, which really contribute to honing one's Angular skills! Thank you so much for the time and effort you put into this!
@AngularUniversity10 ай бұрын
A huge thank you for sharing that, I'm happy to hear it. Please enjoy the courses 😊
@fabrikali1310 ай бұрын
I subscribed and every time learn most usefull things about angular, Thank you vasco i want to support you also here :)
@AngularUniversity10 ай бұрын
Thank you, it's awesome to hear that. Welcome to the channel 😊
@migos105310 ай бұрын
Thanks a lot for your permanently great work.
@AngularUniversity10 ай бұрын
Thank you, please enjoy the content on the channel😊
@matheusjordan603110 ай бұрын
Waiting 🎉
@AngularUniversity10 ай бұрын
Welcome the channel Matheus 😊
@zetalivsanns536010 ай бұрын
Thanks you professor
@AngularUniversity10 ай бұрын
I'm glad I could help 😊
@EnverUsta-w2q8 ай бұрын
I encountered a weird issue. In my monorepo project, one library's 1 component allocates huge space. Just one html file allocates 470KB of memory. What could be the reason of it, do you have any idea?
@AngularUniversity8 ай бұрын
Try to profile it using the Angular Dev Tools - kzbin.info/www/bejne/qnLJlmZpm7uKatk Does it load a lot of data? There is a memory profile option on the Chrome dev tools as well.
@EnverUsta-w2q8 ай бұрын
@@AngularUniversityIt's actually just a button component which is widely used in the app.
@AngularUniversity8 ай бұрын
@@EnverUsta-w2q if you comment it out, the problem is gone? Do you have access to the code of the component? try to profile it with the Angular Dev Tools to see what you get.👍 Normally something like a button should not create memory issues, ho much data are you loading? Consider pagination or virtual scrolling to reduce the number of DOM elements as well. 👍
@omarabdelhameed106610 ай бұрын
Still waiting 🔥😄
@AngularUniversity10 ай бұрын
It will be on ony 23 hours, I'll be here tomorrow during the premiere 😊
@zetalivsanns536010 ай бұрын
Can u make à vidéo about ngmodule please
@AngularUniversity10 ай бұрын
Thank you for the suggestion, It's not recommended to use NgModule anymore and we should prefer standalone components, but I get that it's still needed for a lot of applications that were build with them and need to be maintained. Have a look at lessons on NgModules here - angular-university.io 👍