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!
still, it's good that it gets straight to the point, i use react but never use angular before so i was a little bit confused on how to create routing at first
It would be great a tutorial about joining observables and working with async pipe in the templates, use 2 async pipes in a *ngIf or some workaround for this, nested async pipes all this stuff
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
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????
@@Andrei-xb1pz yeah, angular is a bit of a hassle to learn, but imo as someone who is a react phanatic angular is also worth your time to make into one of your assets
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.
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.
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?
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?
you really need to have hands on experience to get all what he says, I'll recommend to any other viewer (for I believe you now understand what Jeff says, as this comment was 10 months ago), going to his page and ask for his Angular Fire Book. It amazing and can help you going on track.
I watched this video a couple days ago. "Hoping to understand routing" I just got confused. Today I was trying and failing to make routers work, then I came back to watch this.. and I finally have a good grasp about routing!
@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?
🎯 Key Takeaways for quick navigation: 00:05 🚋 *Ethical dilemma scenario presented: Trolley dilemma with potential harm to five workers.* 00:52 ⚖️ *Discussion on the moral complexity of choosing to harm one person to save five others.* 01:06 💔 *Caution against the ethical implications of killing an innocent person, even for a seemingly noble cause.* 01:28 🤔 *Reflection on the consequences, turning the familiar into something strange and irreversible.* 03:24 🎵 *The video transitions into a musical segment, shifting focus from ethical discussions to experimental sound design.* Made with HARPA AI
Hi Fireship, is there anything you have to consider whilst "serving" the Project? Because I coded all right and even downloaded and tested die Angular "Tour of heroes" and the Routing doesn´t work. I tried to install Angular on a second Laptop. Didn´t work either. It just works with the "href" command but not with "routerLink". Do have any idea why?
Hi Jeff!! Is there any way we can achieve like, After login depending on the user like it’s a customer or an Admin, we will load all the respective modules using custom Preloading strategy. Like I want to load only login module for the first case after login depending on user type it will load respective modules ?? Thank You so much :)
Hey Angular Firebase, I would like to ask you a question related to Angular Router. What if I want to redirect the landing page '/' to other URL based on **User Roles** how could I do? Admin -> '/admin' User -> '/user'
Hey, I needed help in generating question and answer form application where questions are coming form the backend. Can you show it on your videos. just the basic ides would be great. and I don't wanna make form for each question.
What is this AngularFirestore? Would be a great video, but you're just going to use something that you won't explain. Also, I can't find this on the internet and/or import it. So, now I'm left with just some wasted time. Next time explain what it does, and or how to replace it with something else....
I have to give this one a thumbs down. It's strange when you jump from your VS Code to Firebase and already have your collection set-up. It makes it hard to follow alongside the example if I hadn't used Firebase before so I got lost.
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!
still, it's good that it gets straight to the point, i use react but never use angular before so i was a little bit confused on how to create routing at first
He makes tuts for people that can already code lol
Hey everybody, this is installment #3 of Angular Basics. Let me know what topics you want to see next in this series :)
It would be great a tutorial about joining observables and working with async pipe in the templates, use 2 async pipes in a *ngIf or some workaround for this, nested async pipes all this stuff
More on resolvers would be great.
Tensorflow.js is a hot topic.. some more videos on that would be great..!
A video on modules would be great, for example when and why use core and shared modules etc.
Angular SSR and PWA if you could cover would be great!!
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
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????
LMAO!!!
Haha...
Yea, now I understand why people like React (also Vue.js)
@@Andrei-xb1pz yeah, angular is a bit of a hassle to learn, but imo as someone who is a react phanatic angular is also worth your time to make into one of your assets
@@Andrei-xb1pz Actually react sucks
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.
Wish I could have learned all these things by your videos. You manage to pack a whole series worth of things into single videos. :)
That's my goal :) I try to spare people the lost time sitting through a 5hr course.
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.
Yesterday I was searching for a really good video on the router. And then it appeared at the top of the list! Thanks!
Dude your presentation and delivery are unmatched.
Now that was faster than going through documentation, thanks buddy.
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?
Angular Firebase always right to my needs XD thanks
Awesome, thanks for watching!
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.
I've been looking for resolve since a while, that helped me. Thanks.
Great insights. Nice touch on making the guard reusable...this coupled with SEO & genius!
"We ain't found S!#T!" Nice touch on the 404 page :)
I am considering to use it in production right now
@@radityoperwianto1339 Permission granted...
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?
Great vidéo as Always 👍👍👍
Thank you Siyed!
Man, that new logo is as hot as (angular)fire!
Thank you Mateja :)
I love your videos so much!! Thank you for putting in the effort =)
is it me, or does this guy speak too fast? im like pausing every 3 seconds trying to comprehend what he said.
you really need to have hands on experience to get all what he says, I'll recommend to any other viewer (for I believe you now understand what Jeff says, as this comment was 10 months ago), going to his page and ask for his Angular Fire Book. It amazing and can help you going on track.
I watched this video a couple days ago. "Hoping to understand routing" I just got confused. Today I was trying and failing to make routers work, then I came back to watch this.. and I finally have a good grasp about routing!
me too pausing every 3 seconds on all this course
It's just you
The speaker calms down when on 0.75 speed. He actually sounds really relaxed like this.
@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?
Thanks for your lessons.
🎯 Key Takeaways for quick navigation:
00:05 🚋 *Ethical dilemma scenario presented: Trolley dilemma with potential harm to five workers.*
00:52 ⚖️ *Discussion on the moral complexity of choosing to harm one person to save five others.*
01:06 💔 *Caution against the ethical implications of killing an innocent person, even for a seemingly noble cause.*
01:28 🤔 *Reflection on the consequences, turning the familiar into something strange and irreversible.*
03:24 🎵 *The video transitions into a musical segment, shifting focus from ethical discussions to experimental sound design.*
Made with HARPA AI
I wish this video could've talked about how to set the title tag with routes.
Hey :) Love your videos!
Could you tell me what the background music is called? Thank you.
Thank you :) You can find it here audiojungle.net/item/ambient-deep-loop/19729970?s_rank=2
Angular Firebase finally... Thanks a lot! :D
Thank you for sharing this informative video! 🐯🖐🏻
Thanks a lot! Very informative video
Hi Jeff. At 2:51 how do import the detail component with one click?
Auto Import package
very good tutorial. best watched at a speed of 0.75.
Do a video on Angular change detection.
muchas gracias! justo lo que necesitaba :)
Hi Fireship,
is there anything you have to consider whilst "serving" the Project? Because I coded all right and even downloaded and tested die Angular "Tour of heroes" and the Routing doesn´t work. I tried to install Angular on a second Laptop. Didn´t work either. It just works with the "href" command but not with "routerLink". Do have any idea why?
Hi Jeff!! Is there any way we can achieve like, After login depending on the user like it’s a customer or an Admin, we will load all the respective modules using custom Preloading strategy. Like I want to load only login module for the first case after login depending on user type it will load respective modules ?? Thank You so much :)
Will router children attributes support host and hostcontext for the subsequent components ? If yes could please make a video on that
Now you're cutting into Deborah Kuratta's territory...
Hey Daniel, long time no see. Is that good or bad? Looks like she does long-format courses...
Oh, I was kidding. She has a deep dive on the router over at Pluralsight.
Oh gotcha.
Hey Angular Firebase, I would like to ask you a question related to Angular Router. What if I want to redirect the landing page '/' to other URL based on **User Roles** how could I do?
Admin -> '/admin'
User -> '/user'
Hey, I needed help in generating question and answer form application where questions are coming form the backend. Can you show it on your videos. just the basic ides would be great. and I don't wanna make form for each question.
Great, awesom tutorial, thank s a lot! can you do please more ionic angular tutorial? or some cross platform /PWA applications? thanks !!!
Yes, expect an Ionic v4 tutorial very soon
can't wait for that! thanks!!
What's that font called that you're using in the webapp.
Nice video , did you create any video for global error handling using angular 7 , if it is please share the code with video link , thank you .
Huh. I've followed this to a T and it doesn't work. I get an error stating that query(":enter, :leave") returned 0 results
The last 60 seconds includes a music which is really disturbing while trying to follow your explanation.
Liked & Subscriber. Good Luck!
it is not basic router, it is advanced router, u deceive us
he said "and Beyond" 😂
Can anybody tell, how to preserve query parameters on browser reload ?
Actually someone that knows what Anuglar does
What is color theme ?
That's why I still using angularjs. Lot's easier. Love it btw but I can't understand a single line of code.
I started with AngularJS and vanilla JavaScript. It takes time to get used to TS, but once you do you will never look back.
im getting this: If 'router-outlet' is an Angular component, then verify that it is part of this module.
vscode theme name ?
Is this the same as MVC5?
No, it's quite different AFAIK
he is fast...even for robots
Thats awesome thanks very much
I definitely didn't understand PreloadGuard hahah
awesome
🔥
Too much stuff going too fast in 10mins! :/
That was very hard to follow...
What is this AngularFirestore? Would be a great video, but you're just going to use something that you won't explain. Also, I can't find this on the internet and/or import it. So, now I'm left with just some wasted time. Next time explain what it does, and or how to replace it with something else....
This is a very informative video but you might want to slow down your speech a little. Not everyone is a native English speaker. What's your hurry?
Very good content but too fast. Tutor not giving chance to understand the concept. Cannot continue with this video.
I have to give this one a thumbs down. It's strange when you jump from your VS Code to Firebase and already have your collection set-up. It makes it hard to follow alongside the example if I hadn't used Firebase before so I got lost.
2:40 baby is crying or something? XD
you go way to fast, one cannot keep up with hwats going on.