How to load a sub-component after other parts of the page gets loaded?

For Ionic-Angular app, the page contains several sub-components and I want to load them after other vital components load and gets displayed so that vital components are displayed as soon as possible and other non-essential components of the same page can load afterward.