[DEV] App Dev ∕ Web Front/Framework ∕ Angular
Angular Component Style 처리
# Angular Component Style 처리 컴포넌트.css 파일을 수정할 경우, 해당 컴포넌트.html을 대상으로 스타일이 적용된다.(View 캡슐레이션) Angular에서 build할 때, 해당 컴포넌트에서만 스타일이 적용되도록, 별도로 class명을 변경한다. .css 또한 inline형식으로 지정 가능하다. todo.component.css 中 .title { background-color: blueviolet; padding: 46px; 26px; 26px; 16px; font-weight: normal; color: white; } h1, h2{ margin: 0; font-wiehgt:normal; } h1 { margin-bottom: 16px; } # Inline 형식으로, Sty..
2020. 7. 9. 11:26
최근댓글