Using JS, I need to wait until an Angular2 application has finished to initialize all these data and render the dom completely.
It should be done from outside the Angular2 application. I'm actually running pa11y and want to wait before to check accessibility. So it's as if I was in the JS console trying to know if rendering is complete.
Do I have any way to know it's done?