Lazy Loading Angular Standalone Component

preview_player
Показать описание
Learn how to implement lazy loading for Angular standalone component. We will look on plain imports, registering standalone component in routing, lazy loading and organizing them inside routes.

MOST POPULAR COURSES

SERVICES THAT I'M USING

CONNECT WITH ME!

REFERENCES

TIMESTAMPS
0:00 Introduction
0:44 Importing standalone component
1:20 Standalone component in routing
3:04 Lazy loading standalone component
3:58 Organizing standalone component in routes

This video is NOT sponsored. Some product links are affiliate links which means if you buy something I'll receive a small commission.
Рекомендации по теме
Комментарии
Автор

Great as always, but im wondering if you could make a video on how to lazy load standalone components when dynamically creating components.

dk
Автор

Hi Sir, Nice Video. I have question regarding dynamic CSS file loading. In my project, I am using multiple lazy loaded module. I want to load specific module related global css file. That global css file will only apply to its child components.

aamirkhan-qler
Автор

Thank you for this tutorial . can you create a video how http clients converted to signal and vice versa

johnreydecosta
Автор

Is there any plan to upgrade your ngrx course to standalone project?

felixmatusinio
Автор

That's all good but what about lazy loading a non routable component using NG15/16? Somehow nobody seems to touch on that, but only show routing based.

LarsRyeJeppesen