Skip to content

New and Noteworthy 1.2.0

angelozerr edited this page Jul 8, 2017 · 10 revisions

New and Noteworthy 1.2.0

Here's a list of the most noteworthy things in the Angular Eclipse 1.2.0 release which is available for download since 14/04/2017. You can see issues for 1.2.0

Angular2 Perspective

Now there is an Angular2 Perspective:

Angular2 Perspective Open

When you open this perspective, the New menu will be filled with Angular CLI wizards:

Angular2 Perspective New Menu

If your project is an Angular CLI project, you can use New contextual menu to open Angular CLI wizards:

Angular2 Perspective New Menu

Wizards

Wizard now uses terminal to execute ng.

Module Wizard

This version adds a new Wizard for Module-Generation.

Module Wizard

Like the other Wizards, it only works, if your project is an Angular CLI project.

Fill in the name and optionally check the Routing-Flag, if you want to create a Routing-Module.

Project Parameters

It is now possible to configure the project inside the Angular2 Project-Wizard.

Project Parameters

The configurations will be passed to the ng new-Command as parameters.

Following parameters can be set inside the Wizard:

  • skip-npm
  • skip-git
  • skip-tests
  • skip-commit
  • source-dir
  • style
  • prefix
  • routing
  • inline-style
  • inline-template

typescript.java

See New and Noteworthy 1.2.0 of typescript.java.