Angular CanMatch Route Guard | Why is CanLoad deprecated?

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

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

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

    thank youu, excellent explanation, you just saved my final project!

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

      Happy to hear. Thanks.

  • @preetigupta_24
    @preetigupta_24 9 หลายเดือนก่อน +1

    Thank you for this tutorial !

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

      Thank you so much.

  • @md.redwanhossain6288
    @md.redwanhossain6288 6 หลายเดือนก่อน

    Why are you using module in the first place? They are now not the recommended approach and increases confusion when used with standalone.

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

      To explain the concept I have used modules. In Angular 16, we can use both standalone components and have app module as well. Going forward it is good to use only standalone components.