angular-eclipse
angular-eclipse copied to clipboard
Angular Eclipse Plugin
On Oxygen.3, installation hangs part way. Forgot to capture error but something about http://oss.opensagres.fr/typescript.ide/1.3.0/plugins/ts.eclipse.ide.server.nodejs.embed.win32.win32.x86_1.3.0.201707082238.jar. Downloading directly from http://oss.opensagres.fr/typescript.ide/1.3.0/plugins/ts.eclipse.ide.server.nodejs.embed.win32.win32.x86_1.3.0.201707082238.jar also hangs. I got around the issue by downloading from here.
I installed Angular Eclipse, and I am getting errors for just about everything in my HTML files. Let me know if you need anymore information. Below is an example of...
New Project wizard is not working on linux. When we try to create new project through wizard, terminal will be opened but commands are not executed. CommandInterpreterProcessor class's terminateCommand(LineCommand lineCommand)...
When some .ts files are open in eclipse and we are working on a git branch, if we switch to another git branch while eclipse and the .ts files are...
From windows cmd: >node -v v8.9.4 >npm -v 5.6.0 If I choose Run As > ng serve on my eclipse project, it doesn't compile. If I hit CTRL-C and run...
I tried the New --> Angular Project menu, using the Install option with v 1.7.1 and this resulted in the following error: **_Error: Schematic input does not validate against the...
Hi Angelo, I just got into Angular and thought it would be easier to start exploring it within Eclipse. Things seem to work out fine, but when I save a...
Windows 7 / Eclipse Oxygen Files and folders in a project are locked by node.exe and eclipse.exe. The lock is only released, when Eclipse is closed. The locks make it...
The newest stable version of the plugin (1.3.0) is in my opinion a pretty complete and stable version. However there is a bug with the angular project wizard, which has...
Using the quickfix to create an import line puts the import path into double quotes, which tslint does not like. I always need to quickfix the import line again to...