It seems that all that is necessary here is to add typing for es6 shim. The change log for beta 6 says "... *If you rely on es6 APIs other than Promises and Collections, you will need to install the es6-shim typing instead of using the tag above*." The question is: where to get the es6-shim typing?
On Friday, February 12, 2016 at 5:01:07 PM UTC-5, JG wrote: > > 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.
