Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular 4 plugin for eclipse

Tags:

angular

I have started a project using angular 4. I want to create angular project in eclipse.

Please suggest me any free plugin to create angular 4 project in eclipse.

I have tried Angular IDE which is not a free plugin.

Thanks in advance.

like image 933
Muralidhar Goud Avatar asked Apr 14 '17 17:04

Muralidhar Goud


1 Answers

First off I don't understand why folks keep suggesting AngularIDE when he SPECIFICALLY says that he wants a free product lol.

Second you should honestly just look at the angular2-eclipse project: https://github.com/angelozerr/angular-eclipse/wiki/Getting-Started it will work with any version of Angular2 or beyond (which as other comments have suggested are all the same). All this plugin provides is a good typescript editor for eclipse plus some integration with the angular cli.

like image 182
Mr Chow Avatar answered Nov 07 '22 05:11

Mr Chow