I\'m trying to style an element placed by the router outlet in angular and want to make sure that the element generated gets a width of 100%
From most of the replies
You can use "/deep/". It's ::ng-deep alternative.
:host /deep/ h3 { font-style: italic; }