2
Answers

How to make a HTTP call before loading the App Component

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)