deferredContentForceContent property
Even when the content is not-visible force it to be on the page.
Only use this for common components which needs to give options to it's content.
Implementation
@Input()
set deferredContentForceContent(bool value) {
_forceContent = value;
_setVisible();
}