Friday, February 16, 2018

/deep/ is kinda like ::ng-deep at an Angular 4 application

This should allow the myNestedStyle class to apply to components nested in the immediate component.

.host /deep/ .myNestedStyle {
   color: red;
}

No comments:

Post a Comment