install typings globally like:-
npm install -g typingsto check if tpyings is installed globally or not
npm list -gonce typings installed write:-
typings install dt~angular --saveit will add some of files in your project to make angular globally.
then install angular like:-
npm install angular --save'angular' 카테고리의 다른 글
| Daterange picker (0) | 2017.06.30 |
|---|---|
| sample (0) | 2017.06.28 |
| Json 바인딩 (0) | 2017.03.01 |
| ngModel 과 양방향 바인딩 (0) | 2017.02.25 |
| 데이타 바인딩 (0) | 2017.02.25 |