It looks like you are using an old version of angular2. Did you run these commands?
1. npm init -y 2. npm i [email protected] [email protected] --save --save-exact 3. npm i typescript live-server --save-dev Change alpha.44 to alpha.46 and the typings should work. Related to typings, you probably should read this issue https://github.com/angular/angular/issues/5248 -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
