2
Answers

How to make a HTTP call before loading the App Component

Photo of Harshal Limaye

Harshal Limaye

4y
592
1
Is there a way to fetch some configuration data for my application before the App Component (Root Component) is loaded. I need to get this data before ngOnInit of App component is called.

Answers (2)