Skip to content

New and Noteworthy 1.0.0

angelozerr edited this page Jul 8, 2017 · 3 revisions

New and Noteworthy 1.0.0

Here's a list of the most noteworthy things in the Angular Eclipse 1.0.0 release which is available for download since 23/08/2016. You can see issues for 1.0.0

TypeScript Features

See https://github.com/angelozerr/typescript.java/wiki/New-and-Noteworthy-1.0.0

HTML Editor

WTP HTML Editor is extended to support Angular2 features like coloration for Angular2 expression, completion, etc

Syntax Coloring

Angular2 syntax, like interpolation, DOM event binding, DOM property binding, known directives binding are highlighted:

HTML Editor Completion Template

Completion

DOM event/property binding

HTML Editor Completion DOM

Template (snippet)

Angular2 template for HTML editor like John Papa VSCode snippet are available:

HTML Editor Completion Template

Validation

Angular2 Eclipse consumes WTP extension of Neon to ignore errors and is able to validate Angular2 syntax.

DOM event/property binding

HTML Editor Completion DOM

Angular CLI

Angular2 IDE provides 3 means to consume angular-cli:

  • with a Terminal which is integrated when you install Eclipse JEE Distribution.

ng New

Angular2 Wizards