How to override CSS styles of component in Angular?, you could use the ng-deep selector: ::ng-deep app-button span:hover { color: green; }. which will make your ...
確定! 回上一頁