Am following this tutorial on transclusion https://scotch.io/tutorials/angular-2-transclusion-using-ng-content
However there is no mention on how to style elements t
This solved my issue
::ng-deep { & > * { // styles here } }