Тёмный

Angular 17 Tutorial #21 - Lazy Loading Module | Angular 17 Tutorial For Beginners 

ARCTutorials
Подписаться 65 тыс.
Просмотров 6 тыс.
50% 1

angular 17 tutorial, angular 17 tutorial for beginners, angular 17 Lazy Loading Component, angular 17 standalone components, angular cli, angular 17 crud, angular 17 features, angular 17 full tutorial, angular 17 complete tutorial, angular 17 live project, angular 17 project, angular 17 crud tutorial, angular 17 best tutorial, angular 17, angular 17 signals, angular 17 defer, angular 17 components, angular 17 templates, angular 17 course, angular 17 full project, angular 17 ssr, angular 17 routing, angular 17 crash course
Angular 17 Tutorial, Angular 17 Tutorial For Beginners, Angular full tutorial, Angular learn angular applications, angular 17 crud, angular 17 live project, How to develop Angular Apps, Angular tutorials building and deploying Angular Apps, Building angular applications in Angular 17, Learn to build Angular 17 applications, Angular build and deploying applications, angular 17 building and deploying in Angular Apps, angular Apps build and deployment in Angular 17, 16, 15, 14, 13, 12, 11, 10, 6,7,8, 9, angular 8 example,
Angular 17 tutorial for beginners, angular 17 tutorials, angular tutorials for beginners, angular interview questions and answers, angular live projects, angular 17 crash course, angular 17 tutorial for beginners step by step, angular tutorial for beginners 2024,angular tutorial 2024,angular code examples, angular for freshers, angular tutorial for experienced, arc tutorials angular, arc tutorials, angular 17 full course, angular 10 tutorial for beginners, angular 10 tutorial
Angular 17 tutorial for beginners, angular 17 crash course, angular 17 tutorial for beginners step by step, angular tutorial for beginners 2024, angular tutorial 2024, arc tutorial angular, angular code examples, angular for freshers, angular tutorial for experienced, angular introduction, angular version history, angular full tutorial series, best angular tutorial.

Опубликовано:

 

16 мар 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 22   
@kenhan168
@kenhan168 Месяц назад
Great video again, thanks!
@ARCTutorials
@ARCTutorials Месяц назад
Thanks again!
@user-pj7hn4cj6o
@user-pj7hn4cj6o 2 месяца назад
I have one doubt we are using msal sso authentication without having module.ts remaining configurations how can I make it possible to work like before after upgrading to angular17?
@YBHANU-sx9pg
@YBHANU-sx9pg 3 месяца назад
Can you explain in detail of lazy loading(where you used selectors), in my case html is rendering every time without matching the route
@pGanesh28
@pGanesh28 Месяц назад
I had also faced same issue, it got resolve when i made use of in my app.component.html
@balaramg8034
@balaramg8034 Месяц назад
I did same as it is you to load the component through lazy load module. I could see in chunk that module and component both are laded but in UI it didn't load the template text. I verified it but didn't get why its not showing in UI. any reason please tell me ?
@pGanesh28
@pGanesh28 Месяц назад
I had also faced same issue, it got resolve when i made use of in my app.component.html
@monishchoudhary5167
@monishchoudhary5167 3 месяца назад
Sir max quality is 480p can you please improve it. BTW great videos.
@ARCTutorials
@ARCTutorials 2 месяца назад
Sure. Will work on it
@pGanesh28
@pGanesh28 Месяц назад
I had also faced same issue, it got resolve when i made use of in my app.component.html sir let me know your view if i am incorrect ?
@387shyam5
@387shyam5 3 месяца назад
It's not working for /admin it's not rendering from edit-user
@surajkumarsingh8592
@surajkumarsingh8592 3 месяца назад
Please make more Videos
@ARCTutorials
@ARCTutorials 3 месяца назад
Sure. Rolling more videos today 👍👍
@robdas1
@robdas1 2 месяца назад
Why did you add the admin module route to app.routes.ts? admin-routing.module.ts was created with an empty routes array when you created the admin module, so what is the purpose of admin-routing.module.routing.ts if you are just going to use the existing app.routes.ts file to declare the routes?
@ARCTutorials
@ARCTutorials 2 месяца назад
So that if i want to create child routes for admin module i can add them inside it
@igorr4682
@igorr4682 4 месяца назад
LoadChildren or LoadComponent is a promise so that's why you use .then().
@ARCTutorials
@ARCTutorials 4 месяца назад
There wont be any main module in Angular 17.
@ARCTutorials
@ARCTutorials 4 месяца назад
Good point on the promise thing. I forgot to mention it. Thanks buddy
@igorr4682
@igorr4682 4 месяца назад
I agree and forgot about that LOL that we are talking about 17 only. I will remove that from my comment @@ARCTutorials
@ARCTutorials
@ARCTutorials 4 месяца назад
@igorr4682 no worries buddy!!! Great that you are sharing your knowledge with us👍👍🔥
@shrawankumardadarwal6709
@shrawankumardadarwal6709 3 месяца назад
I am not able to perfor Lazy loading
@ARCTutorials
@ARCTutorials 3 месяца назад
Why are you not able to? Whts the error ur seeing?