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
Post a Comment