반응형
@Component({
selector: 'admin-lnb',
templateUrl: './admin-lnb.component.html',
styleUrls: ['./admin-lnb.component.scss'],
host: { class: 'block' } // 이렇게 하면 됩니다.
})
https://stackoverflow.com/questions/34641281/how-to-add-class-to-host-element
반응형
'개발일지 > 2021' 카테고리의 다른 글
[CSS] iOS 사파리, 크롬 border-raidus / overflow: hidden 버그 (0) | 2021.06.15 |
---|---|
[Git] Git 권한 5단계 - 비개발자에게 어떤 권한을 줘야할까? (0) | 2021.06.15 |
[HTML] 핵심 웹 요소 <img> 어디까지 알고 있나? (0) | 2021.06.15 |
[SVG] 제플린에서 뽑은 svg 에셋이 디자인과 달리 미묘하게 색이 흐리다면? (0) | 2021.06.15 |
[레퍼런스] 스크롤 다운에 맞춰 카드가 겹쳐지는 인터랙션 (position: sticky) #애플뮤직 (0) | 2021.03.10 |