💥 Angular Performance Tuning CRASH COURSE #angular

preview_player
Показать описание
This is an in-depth guide on how to improve the startup performance of your Angular application.

We will dive into:

- how to generate a bundle size profile using the source-map-explorer package
- how to make your application fully lazy-loaded in an easy way by using standalone components
- how to loads parts of a template using the @defer feature

Related articles on the Angular University blog:

Timestamps:

0:00 Intro
1:00 Set up the source map explorer
6:35 Make your application fully Lazy-loaded
15:43 Partial template loading
21:00 Summary

Free content at the Angular University:

Рекомендации по теме
Комментарии
Автор

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!

talidan
Автор

I subscribed and every time learn most usefull things about angular, Thank you vasco i want to support you also here :)

Rilvexx
Автор

Thanks a lot for your permanently great work.

migos
Автор

Can u make à vidéo about ngmodule please

zetalivsanns
Автор

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?

EnverUsta-wq