angular - Angular2 - should RC6 compile to ES5 or ES6? -


i have upgraded rc6 , getting compile errors my code related find. here example.

ts2339: property 'find' not exist on type 'string[]'.

i file compile errors in angular code under node_module s(why try compile this?). here few:

error ts2304: cannot find name 'set'.

error ts2304: cannot find name 'promise'.

i can solve setting tsconfig target es6 angular2 quickstart still shows es5. don't want deviate far @ point.

i using typescript 2.0.0.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -