본문 바로가기 메뉴 바로가기

개발과 취미

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

개발과 취미

검색하기 폼
  • 분류 전체보기 (22)
    • Javascript (5)
      • 비동기 프로그래밍 (5)
    • Angular8 (13)
    • 주식 모으기 (1)
  • 방명록

Angular8 (13)
[Angular] ngStyle 동적으로 css 변경하기

ngStyle은 attribute directive 로서 structural directive와 달리 dom에 엘리먼트를 직접적으로 추가하거나 제거하지 않으며 이미 존재하는 엘리먼트를 수정하는 일만 한다. 예제코드 import { Component, OnInit, ViewChild } from '@angular/core'; @Component({ selector: 'app-test', templateUrl: './test.component.html', styleUrls: ['./test.component.css'] }) export class TestComponent implements OnInit { color = 'blue'; constructor() { } ngOnInit() { } changeVi..

Angular8 2020. 4. 7. 18:02
이전 1 2 3 4 5 6 ··· 13 다음
이전 다음

Blog is powered by Tistory / Designed by Tistory

티스토리툴바