Petar Petrov
Petar Petrov

Reputation: 596

Angular 2 in spring tools suite

As you know a week ago Google released a official version of Angular 2. I want to setup my STS to create Angular2/typescript projects. I read some article but I'm not pretty sure which is the best way to do it.

Can you give me some advices what should I install to be able to write Angular 2 / Typescript in STS?

Best regards.

Upvotes: 1

Views: 3935

Answers (1)

Martin Lippert
Martin Lippert

Reputation: 6508

Since STS is an Eclipse-based package, you can install regular Eclipse plugins into it. For AngularJS I would recommend to use https://github.com/angelozerr/angularjs-eclipse.

Hope this helps!!!

Upvotes: 2

Related Questions