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

Поделиться
HTML-код
  • Опубликовано: 8 окт 2024
  • Hi Friends
    In this video, we will see how to spli the routes from the app module and add it to the feature module. We will also see the basic difference between forRoot and forChild in Router Module - angular.
    The code is deployed in my Github account.
    github.com/lee...
    If you like my video, please subscribe to my channel.
    RUclips Page: / leelawebdev
    Facebook Page: / leelawebdev
    Twitter Page: / leelanarsimha
    Linkedin: / leela-narasimha-reddy-...
    GitHub: github.com/lee...
    #Angular #leelawebdev

Комментарии • 7

  • @devxbasit
    @devxbasit 4 месяца назад

    insightful

  • @tadtab2
    @tadtab2 2 года назад +1

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

  • @vipinsharma-zx9cb
    @vipinsharma-zx9cb 3 года назад

    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 3 года назад

    Thanks brother.

  • @vipinsharma-zx9cb
    @vipinsharma-zx9cb 3 года назад

    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  3 года назад +1

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