Angular 2 – innerHTML styling
update 2 ::slotted ::slotted is now supported by all new browsers and can be used with ViewEncapsulation.ShadowDom https://developer.mozilla.org/en-US/docs/Web/CSS/::slotted update 1 ::ng-deep /deep/ was deprecated and replaced by ::ng-deep. ::ng-deep is also already marked deprecated, but there is no replacement available yet. When ViewEncapsulation.Native is properly supported by all browsers and supports styling accross shadow DOM … Read more