angular 7

AngularJS에서 *가 의미하는 것

https://angular.io/docs/ts/latest/tutorial/toh-pt1.htmlhttps://angular.io/docs/ts/latest/guide/structural-directives.html#!#prefer-asterisk []는 template tag 안에서, 그 변수가 있을지 없을지 모르는 상태에서 사용*는 변수가 존재할때, The asterisk (*) prefixSurely you noticed the asterisk (*) prefix to the directive name and wondered why it is necessary and what it does.Here is *ngIf displaying the hero's name if hero exists.COPY..

ANgularJS 2.0+ 2017.03.24

TS2355: A function whose declared type is neither 'void' nor 'any' must return a value.

오류 TS2355: A function whose declared type is neither 'void' nor 'any' must return a value. 오류 상황 에러난 부분들 아무것도 건드린적 없는데 값자기.. 오류 원인 아래 사이트를 참고해 보면return 값의 type이 명확하지 않아서 ts가 js로 변환되면서 생기는 오류인 듯하다. 오류 해결 http://codeinreview.com/184/not-all-code-paths-return-a-value-in-typescript/

오류관리 2016.08.04
반응형