Angular 17 Defer block: Create Lazy Loaded Material Tabs UI with `when` trigger!

preview_player
Показать описание
#Angular #Defer #Tabs

Learn how to create a lazy loaded material tabs UI in Angular v17 using the new defer block with the `when` trigger. It's really powerful!

Want to learn how to create a full stack application with Angular and Firebase? Grab my new course 'Angular Firebase Authentication: Create Full Sign up App' with 50% off here:

Follow for more Angular tutorials, tips and tricks:

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

Thank you Sir. Can u please make a video angular with echarts library and angular material please

codeaz
Автор

how a standalone component will be lazy loaded in angular 17 based on routing, like we use ng module as of now, and if we will use ngodule only what is the use of standalone components

bishwadeepghosh
Автор

can @defer replace lazy loading modules?

meghadeshpande
Автор

Great video mate!
Unfortunately @defer only works with components which are part of your application. It does not work with components which are located in a library.

Humppakarajat