angular - AngularJs2 + Typescript and Visual Studio2013 with Es6 -


is possible use es6 annotations , new cool features? inside typescript owner ide?

yes, right click on project, click on "unload project", right click , "edit project", add following line initial properties section , should seeing es6 annotations.

 <typescripttarget>es6</typescripttarget> 

i using es5 , not comfortable moving es6 yet.


Comments