본문 바로가기

Angular.js

ts 파일에서 : 와 = 차이점

export class hello{

  name:string;  //변수의 타입지정

  nickname="hiMan";  //변수 초기화

}