Html – How to replace ::ng-deep in Angular Material 15
How to apply style for Angular Material 15 elements? Nothing except ::ng-deep is working for me. According to official docs https://angular.io/guide/component-styles#deprecated-deep--and-ng-deep ::ng-deep is deprecated so I want to avoid using it. E.g. I want to hide/remove select arrow in mat-select.…