-
Notifications
You must be signed in to change notification settings - Fork 12
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
Now there is an Angular2 Perspective:

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

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

Wizard now uses terminal to execute ng.
This version adds a new Wizard for Module-Generation.

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.
It is now possible to configure the project inside the Angular2 Project-Wizard.

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
See New and Noteworthy 1.2.0 of typescript.java.