Now that Angular-Cli v.1.0.0 and Angular v.4.0.0 are official, creating a default ng newproject using creates an Angular v.4 project.
For some time, I would still like to create Angular v.2 projects by default. Is there a global configuration setting for Angular-Cli?
UPDATE:
Obviously, the Angular-Cli team rushed to release and an error occurred. It is currently not even possible to create an Angular 2 project on the command line using --ng2to set it as a global default.
I opened issue for this.
source
share