Тёмный

Understanding Route-Specific Dependency Management in Angular 

Web Tech Talk
Подписаться 17 тыс.
Просмотров 845
50% 1

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

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 14   
@hashirattiyedath
@hashirattiyedath 8 месяцев назад
Great video bro. Very usefull 👍🏻
@WebTechTalk
@WebTechTalk 8 месяцев назад
Thank you 🙏
@nouchance
@nouchance 8 месяцев назад
thanks!
@WebTechTalk
@WebTechTalk 8 месяцев назад
Thank you 👍
@khyr-hl9yt
@khyr-hl9yt 4 месяца назад
Please make a video on custom route resolver
@WebTechTalk
@WebTechTalk 4 месяца назад
Sure I will do.
@tejap7308
@tejap7308 8 месяцев назад
Cool feature bro. And as usual you rocked. Couple of questions bro. 1. When we use route specific dependency and increase the count in parent component, the increased count is reflecting in child component and grand child component because all the 3 components are being loaded in the same Parent component route. Is my understanding correct? 2. In route specific dependency approach, the data is not being lost because the dependency service is not newly instantiated again even when we navigate through different routes. Am I right? So, when will the dependency service be newly instantiated again in this route specific dependency approach?
@WebTechTalk
@WebTechTalk 8 месяцев назад
Thank you bro. Please find my answers. 1. Yes, as the service is provided in the route, that specific component and its children components will have the same instance. 2. When we provide the service in the root module, the value will not be lost even if you navigate anywhere in the application. When we provide in a specific module, the value will be retained till we navigate in between any of the components within this module. Similarly it works for route also. Bro, see the provider scope video also once. It will help you to understand better.
@tejap7308
@tejap7308 8 месяцев назад
​@@WebTechTalkThank you very much for your response bro. Sure, I will refer to provider scope video and let you know if I have any more doubts. Thank you again for your response bro. You respond to every message or comment bro which is so nice of you 😊
@WebTechTalk
@WebTechTalk 8 месяцев назад
@@tejap7308 Thank you
@ragucool9468
@ragucool9468 8 месяцев назад
React redux with JWT Authentication - Sign up, Login, Logout & Private Route(access and refresh token redux state management ).how to handle token or session(state management redex store) in enterprice level application ....thanks in advance bro ... eagarly waiting bro..create enterprice level small application ( like ecommerce with cover all topics bro)
@WebTechTalk
@WebTechTalk 8 месяцев назад
Sorry Bro I am out of React for more than a year. I need some time to prepare for this concept.
@ragucool9468
@ragucool9468 8 месяцев назад
@@WebTechTalk its ok Bro ..Thanks Bro.. if you have free time kindly make video bro.your teching style simple and crtstal claer and neat bro .that why asking bro...once again thanks bro... i have more benfits from your video.thanks
@WebTechTalk
@WebTechTalk 8 месяцев назад
@@ragucool9468 Sure bro
Далее
Angular Signals: The Complete Guide
15:22
Просмотров 12 тыс.
These Are Too Smooth 😮‍💨
00:57
Просмотров 6 млн
This New Angular Release Is Wild
5:53
Просмотров 102 тыс.
Deferrable Views in Angular 17
10:01
Просмотров 1,7 тыс.
What’s new in Angular v18
20:08
Просмотров 130 тыс.
WTF is "Zone.js" and is it making your app slow?
13:21
Routing and Lazy Loading with Standalone Components
11:07