I am currently adding bootstrap's container class to the component selector so all child elements react to bootsrap classes
for example in the index.html file i've applied
<app-root class="container"></app-root>
and in the bootstrapped app.component.html I've applied
<app-header class="row"></app-header>
Not sure if this is the recommended approach?