auth0-blog / angular2-authentication-sample

This is a sample that shows how to add authentication to an Angular 2 (ng2) app
MIT License
966 stars 334 forks source link

Update to Beta7? #57

Closed mikepc closed 8 years ago

mikepc commented 8 years ago

Trying to use this to boilerplate a new project and I wanted to use a more current version of the beta, but things went awry: error TS2304: Cannot find name 'Promise' error TS2304: Cannot find name 'Map' error TS2304: Cannot find name 'Iterator'

Angular2 is in so much flux it's hard to pin down exactly what I need to do for this to run without errors. Given I'm brand new to TS and Angular2, I could use some guidance on how to clear these errors.

chenkie commented 8 years ago

Updated to beta 9 :)