After upgrading to beta 6 I started getting error messages when transpiling from TypeScript to ES5. It seem to affect ES6 methods of Array. One example would be: xxxxx.ts(347,49): error TS2339: Property '*findIndex*' does not exist on type 'Xxxxxx[]'.
I was getting more errors until I added ///<reference path="../../node_modules/angular2/typings/browser.d.ts"/> at the top of the .ts file doing bootstrapping. -- 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
