127. Adding Routes to the Feature Module. forChild, forRoot differences in Router Module - Angular

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

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

  • @tadtab2
    @tadtab2 2 ปีที่แล้ว +1

    I found the answer for my issue @7:38. Thanks!

  • @vipinsharma-zx9cb
    @vipinsharma-zx9cb 4 ปีที่แล้ว

    At (11:20 ), you deleterd the exports from user module. But why we need to do that ? as you mentioned in video 125 that all components have to be present in app module as its the entry point.

  • @princeamar5654
    @princeamar5654 4 ปีที่แล้ว

    Thanks brother.

  • @vipinsharma-zx9cb
    @vipinsharma-zx9cb 4 ปีที่แล้ว

    At (11:20 ), you deleterd the exports from user module. But why we need to do that ? as you mentioned in video 125 that all components have to be present in app module as its the entry point.

    • @LeelaWebDev
      @LeelaWebDev  4 ปีที่แล้ว +1

      Those are lazy loaded modules. Those modules should need to loaded lazily for performance at the runtime.