Hi All, Here is a link to a GitHub project that I just created, covering the same topic as shown in the video. As there were some issues for some of you in the past, where you were not able to follow the video and make it work as I shown. Link : github.com/adnan-halilovic/angular-routing
@kaviramsamy37088 ай бұрын
Thanks a lot for showing the past and how it is now. That was exactly what I needed to understand the new system.
@rodrigo-tj1gf9 ай бұрын
you gotta love how front-end frameworks over complicate things that are as simple as routing
@johnspeaks554 ай бұрын
How dare a framework have more complicated routing than in pure HTML?
@crimson80765 ай бұрын
was losing my mind over simple page routing, thanks man you're awesome
@AdnanHalilovicDev4 ай бұрын
Hi, you are welcome! Thanks for watching the video, and I am glad it was helpful.
@m_i_g_u_e_l_9 ай бұрын
You are the best, thank you so much.
@AdnanHalilovicDev9 ай бұрын
You are welcome. Thanks for watching!
@DineCodeur7 ай бұрын
Thank you very much for showing the updates that were made between the old version and the new one.🤗☺🤗
@jt-fi9wi4 ай бұрын
Thanks for the simple to understand explanation. Helped a lot.
@AdnanHalilovicDev4 ай бұрын
Hey, thanks for watching. I am glad to hear that.
@shahabjoon2016 ай бұрын
Perfect, thanks for sharing this useful concept.
@AdnanHalilovicDev6 ай бұрын
Glad it was helpful! Thanks for watching.
@Samychou3407 ай бұрын
Clear and good work = thank you for your presentation
@AdnanHalilovicDev6 ай бұрын
You are welcome! Thank you for watching!
@adrian333dev10 ай бұрын
Awesome Comtent!
@AdnanHalilovicDev10 ай бұрын
Thank you!
@ashrafulhider90409 ай бұрын
Thank you so much. This video help me a lot.
@tomastnt1997Ай бұрын
so many thanks.
@vrb1998 ай бұрын
This is amazing thanks for sharing ❤
@Invencivel-omni9 ай бұрын
How to separate my files .routes to organize, for example, first.routes.ts and second.routes.ts?
@HamzaBajramoski7 ай бұрын
super video adnane! ostajem ti subscribe!
@iamzb30067 ай бұрын
thanks brother, so simple and so easy
@rcciit92263 ай бұрын
amazing
@abdelrahman67869 ай бұрын
thank you ! so much man you saved me
@InvaderRuben4 ай бұрын
I was missing router outlet in html 😅 there's always a little something ! thanks for your video !
@paweld.95428 ай бұрын
Thanks for the video and please tell us how to lazy load nested routes (children) ??
@Jipip-p4c8 ай бұрын
Thank you, it helped me a lot!
@jonaa_pulma92352 ай бұрын
Thanks dude
@AdnanHalilovicDev2 ай бұрын
You are welcome! 🙂
@imbragimovetalavera1486Ай бұрын
What if your standalone component has a non standalone child component? Is lazyloading possible?
@doge_man33674 ай бұрын
Thx so much bro
@Orphen867 ай бұрын
hi excelente video, but I have a question , how configure the file app.routes.ts when i have two components father and child
@vinayshetty59298 ай бұрын
Thank you so much Sir it helped
@MithileshPandey-gb4xw3 ай бұрын
Router.navigate() not working inside functional interceptor
@ohmegatech6662 ай бұрын
I think Google's Angular team could have done a better job of communicating the change from the way routing was handled before and after version 17
@DakaloTshivhase-pf2iw7 ай бұрын
code to navigate to new page
@SanjuChilukuri6 ай бұрын
could you share your icons extension.
@AdnanHalilovicDev6 ай бұрын
Material Icons
@theredbaron282 ай бұрын
Not working
@AdnanHalilovicDev2 ай бұрын
Hey @theredbaron28, First of all, thanks for watching the video and commenting to it as well. I compared it with the new Angular changes and created a project for you, so you can download and follow! The issue you were facing was probably because of the router-link that is now routerLink. Here is the project link: github.com/adnan-halilovic/angular-routing Feel free to download, run and play with the project! Angular version 18.2 is there right now. Thanks!