I'm working on an angular-ionic app but I came across issue that I want to render a component conditionally but the problem is that the component background image is loaded later and content renders first. I want to make sure that the component is loaded once its background-image gets loaded. How can I achieve same?