Peter Swords
Peter Swords

Reputation: 542

Compile errors with Angular 2 and TypeScript in Eclipse

Which development environments for TypeScript support the right version of the language for developing with AngularJS 2, and are likely to keep up with new releases? My preferred IDE is Eclipse.

I was originally trying to use the TypEcs plugin in Eclipse (http://typecsdev.com/) but the latest version runs TypeScript 1.5.3 and abstract classes used by Angular weren't introduced until TypeScript 1.6 (https://github.com/Microsoft/TypeScript/wiki/What%27s-new-in-TypeScript).

Upvotes: 0

Views: 947

Answers (1)

Angelo
Angelo

Reputation: 2125

Disclaimer, I'm the author of Angular2 Eclipse

I suggest you try Angular2 Eclipse:

Angular2 Eclipse requires Eclipse JEE Neon installation.

Upvotes: 1

Related Questions