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
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!
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?
Try to profile it using the Angular Dev Tools - th-cam.com/video/tAfe33fVW4w/w-d-xo.html Does it load a lot of data? There is a memory profile option on the Chrome dev tools as well.
@@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. 👍
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 👍
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
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!
A huge thank you for sharing that, I'm happy to hear it. Please enjoy the courses 😊
I subscribed and every time learn most usefull things about angular, Thank you vasco i want to support you also here :)
Thank you, it's awesome to hear that. Welcome to the channel 😊
Thanks a lot for your permanently great work.
Thank you, please enjoy the content on the channel😊
Waiting 🎉
Welcome the channel Matheus 😊
Thanks you professor
I'm glad I could help 😊
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?
Try to profile it using the Angular Dev Tools - th-cam.com/video/tAfe33fVW4w/w-d-xo.html Does it load a lot of data? There is a memory profile option on the Chrome dev tools as well.
@@AngularUniversityIt's actually just a button component which is widely used in the app.
@@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. 👍
Can u make à vidéo about ngmodule please
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 👍
Still waiting 🔥😄
It will be on ony 23 hours, I'll be here tomorrow during the premiere 😊
😉