Styling the host container

I would like to style the host container exactly the way angular 2 or 4 does it with there Special selectors

:host {
 background-color: red;
}

is this possible?