I am using Material 2 in my Angular component. I want to override one of the classes e.g. .mat-input-wrapper defined in
.mat-input-wrapper
As @Dylan pointed out, you have to use /deep/ to alter the CSS within the child compoenets. Here is the answer I was looking for:
/deep/
:host /deep/ md-input-container .mat-input-wrapper