Now that Angular-Cli v.1.0.0 and Angular v.4.0.0 are official, default project creation with ng new generates Angular v.4 project.
For some time I'd still like to create Angular v.2 projects by default. Is there a global config setting of Angular-Cli for that?
UPDATE:
Apparently Angular-Cli team rushed for the release and there is a bug. Right now it's not even possible to create an Angular 2 project in command prompt using --ng2 let along setting it as a global default.
I've opened an issue for this.