In Angular 4, We can override the style with the ::ng-deep pseudo-class selector from the inherited class style sheet.
:host ::ng-deep element {
//your style here
}
For more information refer http://blog.angular-university.io/angular-ngclass-ngstyle/