I have worked for 2 years with AngularJS and ui-router.
For reasons of my project, I needed to trigger an event, which I detected when the DOM and the Binding had finished, but now I have a problem. I used $ stateChangeSuccess and then $ transitions and it works ...
In jQuery I used $ (document) .ready () ...
Now, I have migrated my project to Angular 5, and I do not know how to detect the full load of the DOM and Angular Binding. Is there an event or solution for my problem?
Thank you very much!