Adding Angular4 + Typescript in Spring STS Eclipse
Today we are going to see how to add angular 4 + typescript 2.2 plugins in eclipse, here spring sts eclipse.
I am assuming you already have spring STS in your machine, if no download it from the below link.
Step 1: Open Spring STS

Step 2: Go to Help -> Eclipse Marketplace and search for “Typescript”

Step 3: Click intall and in the next screen select all and confirm




After the restart you will be able to see Angular Icon as well in spring sts.

Start doing angular + typescript coding!