deeleman / learning-angular2

Code samples repository for the examples provided in "Learning Angular 2", published by Packt Publishing - THE BOOK COVERS UP TO RC.1 and hence is severely OUTDATED. PLEASE REFER TO THE LATEST EDITIONS INSTEAD.
https://www.packtpub.com/web-development/learning-angular-2
108 stars 59 forks source link

typings install es6-shim --ambient--save doesn't work #47

Closed ricardosotogar closed 7 years ago

ricardosotogar commented 7 years ago

Instead i have used"typings install dt~es6-shim --global --save" Including --global and dt~ before es6-shim

ricardosotogar commented 7 years ago

Doing this the problem is that the browser folder with the index.d.ts it is not created. ¿?

deeleman commented 7 years ago

Dupe of #10

In any event, I'd advice you on installing typings from npm instead. You can find more infor at:

https://blogs.msdn.microsoft.com/typescript/2016/06/15/the-future-of-declaration-files/