angular
visual studio code angular intellisense
시크유
2017. 6. 25. 04:31
install typings globally like:-
npm install -g typings
to check if tpyings is installed globally or not
npm list -g
once typings installed write:-
typings install dt~angular --save
it will add some of files in your project to make angular globally.
then install angular like:-
npm install angular --save