Ionic Tabs with ViewEncapsulation.None V4

How do I work with global view encapsulation ‘none’ with Ionic Tabs? My tabs rendered fine before I set the global View Encapsulation to none. After doing so, I can see that the component is being mounted (via. constructor logs). However, I don’t seem the html being rendered.