Angular 18: How to set up Routing/Rendering for beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

ความคิดเห็น • 11

  • @Gvinses
    @Gvinses 3 หลายเดือนก่อน

    FIRST NORMAL TUTORIAL ON TH-cam I FOUND! thank you

    • @deleted-u5g
      @deleted-u5g หลายเดือนก่อน

      his page is reloading because he is using href: not good.

  • @jjrobert
    @jjrobert 3 หลายเดือนก่อน

    What steps did you take to get to the project you started with?
    I have Angular CLI 18.2.0 and I usually do: ng new --standalone false --routing
    Are there CLI options to add a basic navbar and footer or did you add those manually later?

  • @elyaquimnattan2400
    @elyaquimnattan2400 3 หลายเดือนก่อน

    Thank you so much, you helped me a lott

  • @kamleshverma-s2w
    @kamleshverma-s2w 4 หลายเดือนก่อน

    very helpful, thank you

  • @balaadithiyan5474
    @balaadithiyan5474 3 หลายเดือนก่อน

    Thank you so much bro

  • @Pierro.
    @Pierro. 3 หลายเดือนก่อน

    thannkss helped a lot

  • @jibaro123
    @jibaro123 หลายเดือนก่อน

    Hello, pls can yoy share your repo

  • @paruidev
    @paruidev 2 หลายเดือนก่อน +1

    i think you must use routerLink instead of href😅

    • @lisadaisy165
      @lisadaisy165 2 หลายเดือนก่อน +1

      Yeah completely bypasses the best benefit of Angular routing.

    • @deleted-u5g
      @deleted-u5g หลายเดือนก่อน +1

      Yep, and also the component that is doing the Navigating should import the RouterModule as well (otherwise the routerLink won't work)