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

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -