Angular Router - The Basics and Beyond

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

These 12 minutes are so packed, if I didn't know most of the concepts already before I would have to watch every minute 10 times. But really good and useful information!

andreasegger
Автор

I was like, oh! I can learn some from router, and then I was like what's firebase? how did you inject firestore? what is switchmap ??? WHAT????

tonysmarks
Автор

Hey everybody, this is installment #3 of Angular Basics. Let me know what topics you want to see next in this series :)

Fireship
Автор

You honestly have a gift my friend. The level of understanding you have is inspiring, but you also have this ability to teach in a way that takes into consideration questions that both newcomers and veterans will likely have and to cover them seamlessly in your content. Well done

mattthomas
Автор

Wish I could have learned all these things by your videos. You manage to pack a whole series worth of things into single videos. :)

kornelsiket
Автор

I've been trying to troubleshoot for hours as to why my app would sometimes flash a blank screen between routes. The course I started learning angular from was legitimately using hrefs instead of routerLink directives as the links to the routes, so I thought that was the normal way.

Thank you so much, my eyes have been opened.

oneofthenicks
Автор

Yesterday I was searching for a really good video on the router. And then it appeared at the top of the list! Thanks!

errolschmidt
Автор

Love your videos bro! You always do a great job presenting the ideas in a simple way that even a beginner like me can get.

davidtheprogrammer
Автор

This video really provides a ton of information. It's almost twelve minutes long, but I spent almost 1 hour to understand it. It will be helpful if you draw what he's saying.

bieldozap
Автор

Great insights. Nice touch on making the guard reusable...this coupled with SEO & genius!

bensonmwaura
Автор

I've been looking for resolve since a while, that helped me. Thanks.

TheEbencarljo
Автор

Now that was faster than going through documentation, thanks buddy.

mbusilukhele
Автор

Angular Firebase always right to my needs XD thanks

carrillocarlosce
Автор

I love your videos so much!! Thank you for putting in the effort =)

jthies
Автор

Dude your presentation and delivery are unmatched.

malikevans
Автор

Prefetching the data for other child routes is such a cool idea! However, for lazy loaded routes the resolver is well, lazy. How would you prefetch data in this case?

mateja
Автор

Thank you for sharing this informative video! 🐯🖐🏻

pandarzzz
Автор

Great video, got one question though. Firebase gives us this nice change detection if someone else makes changes. When using resolver we loose that functionality. How could we use power of resolver while still maintaining ability to listen for somebody else changes?

Bielik
Автор

muchas gracias! justo lo que necesitaba :)

camiloandreselguetabasso
Автор

@Fireship At 10:50 you are using `valueChanges()` and `first()` but I am using `snapshotChanges()` because I need the actual document ID from Firebase. How to use `first()` then and what exactly is that?

nickstylezmedia