FE/Angular
[ ANGULAR ] 앵귤러 CSS 컴포넌트 셀렉터
HEON.D
2021. 11. 3. 19:14
:host(selector) { ... }
https://stackoverflow.com/questions/32853924/angular-2-how-to-style-host-element-of-the-component
Angular 2: How to style host element of the component?
I have component in Angular 2 called my-comp: How does one style the host element of this component in Angular 2? In Polymer, You would use ":host" selector. I tr...
stackoverflow.com