Angular 17: New Blocks of Deferred Loading #angular #angular17

preview_player
Показать описание
Angular 17 new deferred loading blocks (defer, placeholder, and loading) allow you to load components, views, and assets on demand, rather than loading everything at once when your application starts up.

This short video visually explains what these new blocks are for and how to use them, using an example of a page in a browser with a photo and its comments.

One use case mentioned in RFC "Deferred Loading" (the link is below) is deferred loading of video comments. My explanation is based on a similar case - deferred loading of image comments.

Sources:

I hope this is helpful!
Рекомендации по теме