Routing in Angular 17 | 18 and Lazyload Standalone Components

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 45

  • @AdnanHalilovicDev
    @AdnanHalilovicDev  3 місяці тому

    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

  • @kaviramsamy3708
    @kaviramsamy3708 9 місяців тому +4

    Thanks a lot for showing the past and how it is now. That was exactly what I needed to understand the new system.

  • @rodrigo-tj1gf
    @rodrigo-tj1gf 9 місяців тому +23

    you gotta love how front-end frameworks over complicate things that are as simple as routing

    • @johnspeaks55
      @johnspeaks55 5 місяців тому +1

      How dare a framework have more complicated routing than in pure HTML?

  • @crimson8076
    @crimson8076 6 місяців тому +3

    was losing my mind over simple page routing, thanks man you're awesome

    • @AdnanHalilovicDev
      @AdnanHalilovicDev  5 місяців тому +1

      Hi, you are welcome! Thanks for watching the video, and I am glad it was helpful.

  • @DineCodeur
    @DineCodeur 8 місяців тому +1

    Thank you very much for showing the updates that were made between the old version and the new one.🤗☺🤗

  • @jt-fi9wi
    @jt-fi9wi 5 місяців тому

    Thanks for the simple to understand explanation. Helped a lot.

    • @AdnanHalilovicDev
      @AdnanHalilovicDev  5 місяців тому

      Hey, thanks for watching. I am glad to hear that.

  • @Samychou340
    @Samychou340 7 місяців тому +1

    Clear and good work = thank you for your presentation

  • @m_i_g_u_e_l_
    @m_i_g_u_e_l_ 10 місяців тому +1

    You are the best, thank you so much.

  • @Invencivel-omni
    @Invencivel-omni 10 місяців тому +1

    How to separate my files .routes to organize, for example, first.routes.ts and second.routes.ts?

  • @adrian333dev
    @adrian333dev 11 місяців тому +1

    Awesome Comtent!

  • @shahabjoon201
    @shahabjoon201 7 місяців тому

    Perfect, thanks for sharing this useful concept.

  • @InvaderRuben
    @InvaderRuben 5 місяців тому

    I was missing router outlet in html 😅 there's always a little something ! thanks for your video !

  • @OmarAbroum
    @OmarAbroum 8 днів тому

    Thank you for the explanation
    can you make a video about loadchildren and explain it too please

  • @HamzaBajramoski
    @HamzaBajramoski 8 місяців тому

    super video adnane! ostajem ti subscribe!

  • @ashrafulhider9040
    @ashrafulhider9040 10 місяців тому

    Thank you so much. This video help me a lot.

  • @vrb199
    @vrb199 9 місяців тому

    This is amazing thanks for sharing ❤

  • @imbragimovetalavera1486
    @imbragimovetalavera1486 2 місяці тому

    What if your standalone component has a non standalone child component? Is lazyloading possible?

  • @paweld.9542
    @paweld.9542 9 місяців тому

    Thanks for the video and please tell us how to lazy load nested routes (children) ??

  • @iamzb3006
    @iamzb3006 8 місяців тому

    thanks brother, so simple and so easy

  • @Jipip-p4c
    @Jipip-p4c 9 місяців тому

    Thank you, it helped me a lot!

  • @Orphen86
    @Orphen86 8 місяців тому

    hi excelente video, but I have a question , how configure the file app.routes.ts when i have two components father and child

  • @abdelrahman6786
    @abdelrahman6786 9 місяців тому

    thank you ! so much man you saved me

  • @tomastnt1997
    @tomastnt1997 Місяць тому

    so many thanks.

  • @rcciit9226
    @rcciit9226 3 місяці тому

    amazing

  • @MithileshPandey-gb4xw
    @MithileshPandey-gb4xw 4 місяці тому

    Router.navigate() not working inside functional interceptor

  • @vinayshetty5929
    @vinayshetty5929 9 місяців тому

    Thank you so much Sir it helped

  • @jeeruajay2111
    @jeeruajay2111 16 днів тому

    thank you so much :)

  • @A_randomrobloxdev3367
    @A_randomrobloxdev3367 5 місяців тому

    Thx so much bro

  • @jonaa_pulma9235
    @jonaa_pulma9235 3 місяці тому

    Thanks dude

  • @ohmegatech666
    @ohmegatech666 3 місяці тому

    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-pf2iw
    @DakaloTshivhase-pf2iw 8 місяців тому

    code to navigate to new page

  • @SanjuChilukuri
    @SanjuChilukuri 7 місяців тому

    could you share your icons extension.

  • @theredbaron28
    @theredbaron28 3 місяці тому

    Not working

    • @AdnanHalilovicDev
      @AdnanHalilovicDev  3 місяці тому

      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!