I didn’t watch the video yet but I know it will be amazing. I am loving these videos about angular
@maSterVqne3 жыл бұрын
you where not wrong !
@DecodedFrontend3 жыл бұрын
Thanks, Davi! 😀
@khumozin3 жыл бұрын
Nice explanation! Please do a drag and drop tutorial
@denisbielishev3 жыл бұрын
Drag and drop would be really useful and cool
@yevhen39343 жыл бұрын
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 :)
@FredoCorleone2 жыл бұрын
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.
@DecodedFrontend2 жыл бұрын
It is a great idea! Thank you :)
@radvilardian7403 жыл бұрын
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.
@jonadersonmoura69033 жыл бұрын
Your content is very good!!!
@dewinchy7 ай бұрын
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_chugaev3 жыл бұрын
Great content! please keep it coming 👍
@niall5447 Жыл бұрын
Keep the videos coming, learning angular as I. These videos are a life saver
@VijayYadav-jk7ne2 жыл бұрын
Superb my dear.... It's a very informative video.
@DovorolMods Жыл бұрын
По акценту почув що ти слов'янин але глянув на канал і був приємно вражений, дякую за хороший якісний контент))
@ugochukwuumerie63783 жыл бұрын
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
@daviddonadze2213 жыл бұрын
very nice. Never used it before. good to know. Thank you so much
@Maryna7683 жыл бұрын
wow, this is awesome!
@sailyjadhav11113 жыл бұрын
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 Жыл бұрын
Excellent job as always my friend! Helped a lot.
@swapnasaritnayak25693 жыл бұрын
That was awesome.
@hitenchawda6443 Жыл бұрын
Best Video on Router Named Outlet!
@williamxsp3 жыл бұрын
Very interesting. Never heard about It. Thanks!
@milanasopava19563 жыл бұрын
Great content. Please implement a drag and drop)
@RAJU96223 жыл бұрын
Excellent video, please do a video for drag and drop
@stefanvettiger63082 жыл бұрын
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...........
@utsavsharma29793 жыл бұрын
Can you please post few videos corresponding to the concepts of how Angular works behind the scene.
@gund_ua3 жыл бұрын
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.
@DecodedFrontend3 жыл бұрын
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!
@BiswajitPatra133 жыл бұрын
@Decoded Frontend Is this solution better interms of SEO. Because I am not sure this kind of URL is not so friendly.
@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?
@lyricsaiart2 жыл бұрын
Beautifully done! Thanks for your series, it's really a great help in understanding angular)
@romandubinin60892 жыл бұрын
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 Жыл бұрын
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.
@tristan243911 ай бұрын
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?
@fireflysemanticsmedia62672 жыл бұрын
Brilliant!!
@thangnd502 жыл бұрын
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!
@maSterVqne3 жыл бұрын
damn i can't believe those outputs where under my nose for this long !!
@Hmmmhmm-b3q3 жыл бұрын
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
@ritsk43382 жыл бұрын
Subscribed immediately
@DecodedFrontend2 жыл бұрын
Well done :)
@nishantt12312 жыл бұрын
Do you have any tutorials on Angular? Would love to learn from you.
@liaozhangpeng44363 жыл бұрын
I thought it should be used when two router outlets watch same url and then do their job, those ( ) in url looks so wired
@carlosiglesias83543 жыл бұрын
I ♥️ your channel
@MrVIPKent Жыл бұрын
Дякую за відео, допомогло вирішити багато проблем при розробці
@pointlesspos84403 жыл бұрын
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.
@mumtazahmadUI2 жыл бұрын
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)
@DecodedFrontend2 жыл бұрын
Hi! The extension is marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost
@ilnurryazhapov2 жыл бұрын
Super puper content))
@Geek-Doom2 жыл бұрын
Hi bro, i like your videos, but i have a question, how do you do this with lazy loading routing?
@asalm9900 Жыл бұрын
Thank you 🙏
@mannu64642 жыл бұрын
very useful 👍 , still thinking about its applications. can you name a few ?
@channelnoraa2 жыл бұрын
Powerful!!!!!
@mila4308 Жыл бұрын
Супер урок, классное объяснение, хороший пример 🔥
@iroshanaravishan13882 жыл бұрын
Wow... it works...🤩👏🙌
@alison.aguiar3 жыл бұрын
🤩🤩🤩🤩🤩 thanks guy 👏👏👏👏👏👏
@atifsaeedkhan92072 жыл бұрын
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.
@JoshDeveloper3 жыл бұрын
do you have Telegram channel ? :)
@DecodedFrontend3 жыл бұрын
Hi, Josh! No, currently I don't have it but let's see, maybe in the future :)
@JoshDeveloper3 жыл бұрын
@@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 :)
@radvilardian7403 жыл бұрын
yrah, we ask u in the comment, so why not 😁
@bhavikchauhan54172 жыл бұрын
KZbinr ' code with hary' looks like you
@ДесткийСад-ц8г2 жыл бұрын
not working.
@suyashjawale6953 Жыл бұрын
Code with harry lookalike
@tomaspl19873 жыл бұрын
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!