ANgularJS 2.0+ 24

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

ANGULAR MODULE FAQS(번역 중)

2016.10.10에 업데이트된 Angular 공식 사이트 문서를 번역한 것입니다. 본 번역은 연습용이며 문법적인 오류와 과도한 의역이 있을 수 있습니다. Answers to frequencly asked questions about @NgModule FAQsAngulr Modules은 application이 결합력이 있는 기능 블럭으로 구성하는 것을 도와줍니다. Angular Modules chapter는 개념을 다루고 다양한 예제와 lazy loaded modules에서부터 @NgModule까지 단계적으로 접근합니다. 그러나, 이 챕터(FAQs)에서는 Angular Module의 설계 및 구현에 대해 많은 개발자들이 물어 본 질문에 대하여 답변합니다.FAQs를 읽기전에 Angular Modules c..

ANgularJS 2.0+ 2016.11.14
반응형