I am facing a weird issue where sometimes all the files are not loaded from the server and hence resulting in broken web page. I can simply check for angular like window.angular !== 'undefined
, but there are like 20-25 script tags for each library and I cannot check for each one of them
It would be nice if we can alert the user by detecting if any of the css/js files fail to load.