Angular 12 app initializer tutorial

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

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

  • @TheReplayJunkies
    @TheReplayJunkies 2 ปีที่แล้ว

    Thank you very much for the explanation. I have been struggling around with this for a few days and your video finally helped me resolve the issue,

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

    Nice explanation brother 🎉

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

    Crystal clear explanation

  • @never-settle....
    @never-settle.... ปีที่แล้ว

    How the service data can be used in the components.ts file

  • @the_rohitrana
    @the_rohitrana 3 ปีที่แล้ว +1

    is loading an API prior to app loading the use-case of the APP_INITIALIZER?? And what other scenarios do we go for APP_INITIALIZER?

    • @JSFrameworks
      @JSFrameworks  3 ปีที่แล้ว

      If we need to set some configurations without which the app cannot work properly. Please refer the below link for more details.
      angular.io/api/core/APP_INITIALIZER

  • @rravi19961
    @rravi19961 3 ปีที่แล้ว

    Nicely explained. Thank You!

  • @BibeshManandhar
    @BibeshManandhar 2 ปีที่แล้ว

    Great. Thanks. 👏👏👏👏👏👏

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

    superb

  • @ananthakrishnankrishnan7287
    @ananthakrishnankrishnan7287 3 ปีที่แล้ว +2

    Have you tried this with multiple modules? I’m just not able to get any of your ideas to work on my angular 12 app - my other modules like auth, end up trying to get the config information even before the promise is resolved in the app initializer and the app crashes. I tried promise, observable - nothing worked. Any help would be appreciated:)

    • @JSFrameworks
      @JSFrameworks  3 ปีที่แล้ว

      If you could share the code, i could take a look.

    • @ananthakrishnankrishnan7287
      @ananthakrishnankrishnan7287 3 ปีที่แล้ว

      @@JSFrameworks How do you want me to share code?

    • @JSFrameworks
      @JSFrameworks  3 ปีที่แล้ว

      @Ananthakrishnan Krishnan github? Email anuroopjoy@gmail.com

  • @meetyourmatch2004
    @meetyourmatch2004 2 ปีที่แล้ว

    🥰🥰great bro

  • @shashankgonuguntla2618
    @shashankgonuguntla2618 2 ปีที่แล้ว

    can we use app_initializer concept for changing api url after build --prod

    • @JSFrameworks
      @JSFrameworks  2 ปีที่แล้ว

      App initializer can be used for executing some logic during the initialization of app at runtime.

    • @shashankgonuguntla2618
      @shashankgonuguntla2618 2 ปีที่แล้ว

      @@JSFrameworks basically while deployment we build our files placing inside environment.prod.ts can we make webapi url configurable if I have more servers

    • @JSFrameworks
      @JSFrameworks  2 ปีที่แล้ว

      @@shashankgonuguntla2618 I don't think app initializer is the correct place to do so

    • @shashankgonuguntla2618
      @shashankgonuguntla2618 2 ปีที่แล้ว

      @@JSFrameworks can you suggest proper way to implement this in angular

  • @inzimammohammed3176
    @inzimammohammed3176 3 ปีที่แล้ว

    Very helpful thanks

  • @g-luu
    @g-luu 3 ปีที่แล้ว

    Very useful info.

  • @williammoriarty660
    @williammoriarty660 3 ปีที่แล้ว

    Very helpful, thank you.

  • @debjeetnandi6145
    @debjeetnandi6145 3 ปีที่แล้ว

    A big thanks!!!!

  • @VinothKumar5403
    @VinothKumar5403 3 ปีที่แล้ว

    First comment..