angular2, Làm sao để style background imange
Lee Truong
Đã trả lời thg 11 10, 2017 8:01 SA
Bạn có thể dùng ngClass (https://angular.io/api/common/NgClass) Có thể dùng style inline hoặc viết CSS riêng. Hoặc dùng ngStyle Ex: <div [ngStyle]="{ 'color': getRandomColor(), 'font-size': font_size, 'background-color': background_color }">
+3
Tổ chức
Chưa có tổ chức nào.