Multiple Router Outlets in Angular using Named Outlets (2021)

  Рет қаралды 45,174

Decoded Frontend

Decoded Frontend

Күн бұрын

Пікірлер: 66
@davicampos802
@davicampos802 3 жыл бұрын
I didn’t watch the video yet but I know it will be amazing. I am loving these videos about angular
@maSterVqne
@maSterVqne 3 жыл бұрын
you where not wrong !
@DecodedFrontend
@DecodedFrontend 3 жыл бұрын
Thanks, Davi! 😀
@khumozin
@khumozin 3 жыл бұрын
Nice explanation! Please do a drag and drop tutorial
@denisbielishev
@denisbielishev 3 жыл бұрын
Drag and drop would be really useful and cool
@yevhen3934
@yevhen3934 3 жыл бұрын
Great content! You talk with great interest so that we cannot stop watching the video. Thanks for the new videos! By the way, the idea of ​​implementing a drag&drop in the application is actual. So, I would be glad to see it :)
@FredoCorleone
@FredoCorleone 2 жыл бұрын
It would be nice to have a recap screen at the end of each video with a bullet list of things you have learnt, for example this video would be like: - Can define different indipendent routing using "name" attribute on the router outlet and the "outlet" property on our route configuration; - Use empty string and "outlets" property in Link Param Array to navigate to a named router outlet; - Router outlet has active and deactive events you can use to show/hide controls to the user.
@DecodedFrontend
@DecodedFrontend 2 жыл бұрын
It is a great idea! Thank you :)
@radvilardian740
@radvilardian740 3 жыл бұрын
it's been a while knowing angular, but this stuff is a new one for me, definitely great channel, please share more about advamced Angular stuff.
@jonadersonmoura6903
@jonadersonmoura6903 3 жыл бұрын
Your content is very good!!!
@dewinchy
@dewinchy 7 ай бұрын
Thanks for your example, it is very nice and shows basically all of the elements one would need. I personally had the problem that I've tried to place the named outlet inside of a component that would be loaded by the "primary" (unnamed) outlet. This didn't work so after realizing I would need them in parallel it's working properly.
@alex_chugaev
@alex_chugaev 3 жыл бұрын
Great content! please keep it coming 👍
@niall5447
@niall5447 Жыл бұрын
Keep the videos coming, learning angular as I. These videos are a life saver
@VijayYadav-jk7ne
@VijayYadav-jk7ne 2 жыл бұрын
Superb my dear.... It's a very informative video.
@DovorolMods
@DovorolMods Жыл бұрын
По акценту почув що ти слов'янин але глянув на канал і був приємно вражений, дякую за хороший якісний контент))
@ugochukwuumerie6378
@ugochukwuumerie6378 3 жыл бұрын
Wow! I'm thrilled by the explanation of these topics, it was simple and precise. I guess this is similar to what udemy is using to display content along side their Q/A (though it was react), if I'm wrong. I will definitely implement this on the project I'm working on. Thanks
@daviddonadze221
@daviddonadze221 3 жыл бұрын
very nice. Never used it before. good to know. Thank you so much
@Maryna768
@Maryna768 3 жыл бұрын
wow, this is awesome!
@sailyjadhav1111
@sailyjadhav1111 3 жыл бұрын
Hey Dmytro! Amazing explainantion!! Thanks for introducing this to us. Also could you please additionally show us that drag of image functionality to this project?
@dmitriykuznetsov4464
@dmitriykuznetsov4464 Жыл бұрын
Excellent job as always my friend! Helped a lot.
@swapnasaritnayak2569
@swapnasaritnayak2569 3 жыл бұрын
That was awesome.
@hitenchawda6443
@hitenchawda6443 Жыл бұрын
Best Video on Router Named Outlet!
@williamxsp
@williamxsp 3 жыл бұрын
Very interesting. Never heard about It. Thanks!
@milanasopava1956
@milanasopava1956 3 жыл бұрын
Great content. Please implement a drag and drop)
@RAJU9622
@RAJU9622 3 жыл бұрын
Excellent video, please do a video for drag and drop
@stefanvettiger6308
@stefanvettiger6308 2 жыл бұрын
Can you make an example with lazy loading modules where outlet definitions are setup in the lazy loaded routing module. I can't figure out how it works! Seems not that easy...........
@utsavsharma2979
@utsavsharma2979 3 жыл бұрын
Can you please post few videos corresponding to the concepts of how Angular works behind the scene.
@gund_ua
@gund_ua 3 жыл бұрын
Hey Dmytro, nice video about named routes! I remember using them and they were called auxiliary routes same time ago. Where they renamed to named routes? Also I used them to implement a drawer that was synchronized with the url which is nice when you want to be able to navigate back and forth in drawer with browser history.
@DecodedFrontend
@DecodedFrontend 3 жыл бұрын
Hey Alex! Yeah, I also remember it was named auxiliary routes but in docs, they are known as "named outlets" but I have no idea when and why it happened :) Anyway, thanks for the comment and the use-case you shared with us!
@BiswajitPatra13
@BiswajitPatra13 3 жыл бұрын
@Decoded Frontend Is this solution better interms of SEO. Because I am not sure this kind of URL is not so friendly.
@RCTUN748
@RCTUN748 Жыл бұрын
Hey there, thanks for sharing that. It was really useful and it makes the router-outlet function more flexible. However, I have a question. It seems that with this layout, the combination of URLs must inevitably be done in a "specified way" for it to work. If the project is designed for use by a specific system, it doesn't seem like a problem, but if the project has SEO requirements, I'm worried that this combination of URLs might not be very SEO-friendly. Is that the case, or am I just worrying too much?
@lyricsaiart
@lyricsaiart 2 жыл бұрын
Beautifully done! Thanks for your series, it's really a great help in understanding angular)
@romandubinin6089
@romandubinin6089 2 жыл бұрын
You're making very useful videos, Dmytro, thank you! I just have one idea for further themes - unit testing of components, especially with routerLinks, from first glance not a very trivial thing
@denisgandzii1551
@denisgandzii1551 Жыл бұрын
Cool explanation. But I am sure there are some more complex use cases, will be nice to see them also. For example if we can have outlet with multiple children, or with lazy load modules. As well if is possible to have several named outlets. For example I have issue to define named outlets in app routing but html tag in a lazy load modules. I assume it is not possible but hope there is some option to do that. Thanks. I really love and appreciate your courses! Have a good time.
@tristan2439
@tristan2439 11 ай бұрын
Im currently learning Angular and in a project of mine i came across this specific Routing task. Its a chatapp where i also want to have multiple outlets on a desktop view (sidenav, main chat window, thread chat window). I figured to implement the routing the same way you showed in this video, but wondered how i would switch between different Routings in different screen resolutions. E.g. in the mobile view every components gets rendered in the same outlet because the should only be 1 component visible at a time, but on a desktop the routes should "fork" like you showed. I implemented a service to navigate between different urls, where the service checks the windowsize and either sets the "normal" url or the (outlet: {'url'}). My only problem here is the part with the restoreability. When im on the desktop view and having the (outlet: {'url'}) url and resizing the page at runtime into the mobile resolution, the url of course doesnt update so the mobile view cant get rendered because the routes array doesnt contain a route to the named outlet. Just on reloading the page with an empty route and navigate back to the chat works. Can you maybe help me with this issue?
@fireflysemanticsmedia6267
@fireflysemanticsmedia6267 2 жыл бұрын
Brilliant!!
@thangnd50
@thangnd50 2 жыл бұрын
I'm just getting into Angular. I feel like the community for Angular is not as large as that for ReactJS, so channels like this one of Mr. Dmytro should be much more recognised. Just subscribed 😄Hope to see more content from you. Well done!
@maSterVqne
@maSterVqne 3 жыл бұрын
damn i can't believe those outputs where under my nose for this long !!
@Hmmmhmm-b3q
@Hmmmhmm-b3q 3 жыл бұрын
ur video is impresive but i really hope u will have course that explain angular from very start to very end one day. but anyway, thanks for your skill sharing
@ritsk4338
@ritsk4338 2 жыл бұрын
Subscribed immediately
@DecodedFrontend
@DecodedFrontend 2 жыл бұрын
Well done :)
@nishantt1231
@nishantt1231 2 жыл бұрын
Do you have any tutorials on Angular? Would love to learn from you.
@liaozhangpeng4436
@liaozhangpeng4436 3 жыл бұрын
I thought it should be used when two router outlets watch same url and then do their job, those ( ) in url looks so wired
@carlosiglesias8354
@carlosiglesias8354 3 жыл бұрын
I ♥️ your channel
@MrVIPKent
@MrVIPKent Жыл бұрын
Дякую за відео, допомогло вирішити багато проблем при розробці
@pointlesspos8440
@pointlesspos8440 3 жыл бұрын
Hey, I would find it awesome if you showed what you were going to show at the beginning of the video. Then we go through the video with some kind of idea of what the intent is.
@mumtazahmadUI
@mumtazahmadUI 2 жыл бұрын
Hi Thanks for introducing this to us. can u also tell me what the name of extension of visual studio code check for package size for Ex.: 110.4K (gzipped: 35K) plz what extn. name its also helpfull 110.4K (gzipped: 35K)
@DecodedFrontend
@DecodedFrontend 2 жыл бұрын
Hi! The extension is marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost
@ilnurryazhapov
@ilnurryazhapov 2 жыл бұрын
Super puper content))
@Geek-Doom
@Geek-Doom 2 жыл бұрын
Hi bro, i like your videos, but i have a question, how do you do this with lazy loading routing?
@asalm9900
@asalm9900 Жыл бұрын
Thank you 🙏
@mannu6464
@mannu6464 2 жыл бұрын
very useful 👍 , still thinking about its applications. can you name a few ?
@channelnoraa
@channelnoraa 2 жыл бұрын
Powerful!!!!!
@mila4308
@mila4308 Жыл бұрын
Супер урок, классное объяснение, хороший пример 🔥
@iroshanaravishan1388
@iroshanaravishan1388 2 жыл бұрын
Wow... it works...🤩👏🙌
@alison.aguiar
@alison.aguiar 3 жыл бұрын
🤩🤩🤩🤩🤩 thanks guy 👏👏👏👏👏👏
@atifsaeedkhan9207
@atifsaeedkhan9207 2 жыл бұрын
Hi, I have done what you have mentioned in this video. When I deployed this to Azure it works fine but when I try to enter the url directly and press enter, page never loads. Application unable to find it. What is the solution of this please.
@JoshDeveloper
@JoshDeveloper 3 жыл бұрын
do you have Telegram channel ? :)
@DecodedFrontend
@DecodedFrontend 3 жыл бұрын
Hi, Josh! No, currently I don't have it but let's see, maybe in the future :)
@JoshDeveloper
@JoshDeveloper 3 жыл бұрын
@@DecodedFrontend awesome, just it would be good if you share little contents and posts there, you know in youtube it is not so convenient))) Good luck man, u r doing amazing job :)
@radvilardian740
@radvilardian740 3 жыл бұрын
yrah, we ask u in the comment, so why not 😁
@bhavikchauhan5417
@bhavikchauhan5417 2 жыл бұрын
KZbinr ' code with hary' looks like you
@ДесткийСад-ц8г
@ДесткийСад-ц8г 2 жыл бұрын
not working.
@suyashjawale6953
@suyashjawale6953 Жыл бұрын
Code with harry lookalike
@tomaspl1987
@tomaspl1987 3 жыл бұрын
It was very useful. I would like to know if there is some way to escape from the ../(detail:extra) suffix when you have another link in the DOM as it's mentioned in this bug: github.com/angular/angular/issues/15338 or if it's something that wasn't already be fixed. Thanks!
Providers in Angular Route - New Feature in Angular 14 (2022)
14:57
Decoded Frontend
Рет қаралды 18 М.
CanLoad Guard in Angular Router & Preloading Strategies (2021)
25:00
Decoded Frontend
Рет қаралды 12 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 651 М.
Here's what I've figured out about Angular signals
8:33
Joshua Morony
Рет қаралды 22 М.
Named Router Outlet - Angular (Tutorial #23)
9:09
Nisha Singla
Рет қаралды 23 М.
Angular Resource API - Everything You Have To Know (so far)
27:58
Decoded Frontend
Рет қаралды 17 М.
Error Handling in Angular - Complete Guide (2022)
41:27
Decoded Frontend
Рет қаралды 71 М.
NgTemplateOutlet in Angular - Everything You Have to Know (2022)
35:15
Decoded Frontend
Рет қаралды 54 М.
NgComponentOutlet in Angular - DECLARATIVE Dynamic Components
21:20
Decoded Frontend
Рет қаралды 10 М.
Angular Routing Essentials: All You Need to Know in One Video!
21:30
Monsterlessons Academy
Рет қаралды 7 М.
Resolver Guard in Angular Router (2021)
16:24
Decoded Frontend
Рет қаралды 28 М.
Angular Crash Course | Learn modern Angular in 90 minutes
1:29:09
Code with Ahsan
Рет қаралды 39 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН