Hi there, I built a little component that needs the application to be fully completed before it starts working itself. I.e: I need to listen to the application creationComplete event. Now, that works if the user adds my component in the first page...However when it is added in a state for example that is supposed to get active later on in the application, application creationComplete has obviously long been fired....
I am sure there is a simple answer to my question, I just could not find any flag on the application object that would tell me that it is done in its lifecycle flow. Thnx.