Create a new Angular 2.0 project using the Angular CLI?

This might be a dumb question, but how can you tell which version of Angular you want when creating a new project using Angular Cli? By default, it now creates with Angular 4.0. version

+1
source share
1 answer

The latest version Angular-cliwill not create new projects Angular2. This is their issue . And the reason is Angular 4now achievable. But you can still generate projects Angular2with the old version Angular-cli.

+1
source

Source: https://habr.com/ru/post/1674533/


All Articles