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

개발과 취미

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

개발과 취미

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

Angular8 (13)
[Angular] Data binding 1

data binding은 엘리먼트 프로퍼티에 동적으로 바인딩이 가능하다. import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-test', templateUrl: './test.component.html', styleUrls: ['./test.component.css'] }) export class TestComponent implements OnInit { disabled = true; constructor() { setTimeout(() => { this.disabled = false; }, 5000); } ngOnInit() { } } test.component.ts test test.component.html ..

Angular8 2020. 4. 7. 14:28
이전 1 ··· 5 6 7 8 9 10 11 ··· 13 다음
이전 다음

Blog is powered by Tistory / Designed by Tistory

티스토리툴바