I want to update visual side(grid, colors) of my angular 2 application. Old layout was build with bootstrap 4, which I don\'t really need anymore. I decided to go for plain css3
:host selector solves the problem but you end using it very often in many components.
:host
I used instead the following global CSS:
.row > * { display: flex; flex-basis: 100%; }