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

개발과 취미

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

개발과 취미

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

전체 글 (22)
[Angular] String Interpolation

데이터 바인딩, 스트링 인터폴레이션, 이벤트 바인딩, 양방향 바인딩은 기본적으로 Component의 code와 Template 간에 데이터를 주고 받는 커뮤니케이션이다. String Interpolation import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-test', templateUrl: './test.component.html', styleUrls: ['./test.component.css'] }) export class TestComponent implements OnInit { val: number = 10; constructor() { } ngOnInit() { } } test.component.ts {..

Angular8 2020. 4. 7. 13:23
이전 1 ··· 14 15 16 17 18 19 20 ··· 22 다음
이전 다음

Blog is powered by Tistory / Designed by Tistory

티스토리툴바