Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

What's the execution sequence in Angular app?

I have a quite complicated angular (5.2.5) app that consists of many-many components/modules/services; services are designed as singletones (accessed via Injectable), some components have more than 2 ancestors they inherit from.

I can't run the app: it requires a lot of requests to succeed in order to start up and crashes if some of requests fails. So, any tool that designed to debug a running app (like Augury) is not an option.

How can i determine the sequence in which all these parts of application get executed?

Comments