-1

As mentioned at how-to-call-an-rest-api-while-bootstrapping-angular-2-app, I have implemented the changes and able to see the config loading logs.

But Page is not loading, when I remove APP_INITIALIZER provider from app.module.ts, then the page is loading.

Did anyone face this problem?

Bhupal
  • 141
  • 1
  • 11

1 Answers1

0

Silly Me...

I forgot to set the resolve(true) at ConfigService. After setting resolve(true), Page is being loaded.

Bhupal
  • 141
  • 1
  • 11