angular 2 call initial function before first routing

Viewed 1801

I have an app where i want to load all the messages from the server before actually loading the app.

I've put the http request in my app component in OnInit.

but I don't have a way to make the routing "wait" before fetching the first page and the application is starting with empty messages.

Any way to do this ?

2 Answers
Related