This might be a dumb question but how can you specify what version of Angular you want when you create a new project using Angular cli? By default now it creates with an Angular 4.0. version
-
refer to my answer here: stackoverflow.com/questions/43172528/…Ahmed Musallam– Ahmed Musallam2017-04-07 23:25:59 +00:00Commented Apr 7, 2017 at 23:25
-
There has to be at least 4, maybe 5 questions here asking the same exact question. Search must be broken. :)R. Richards– R. Richards2017-04-08 00:33:54 +00:00Commented Apr 8, 2017 at 0:33
Add a comment
|
1 Answer
The latest version of Angular-cli won't provide generating new projects of Angular2. This is their issue. And the reason is Angular 4 is now reachable. But you can still generate Angular2 projects with old version of Angular-cli.
2 Comments
Aluan Haddad
Given all of the insanity between
-rc.* versions of Angular 2, upgrading to Angular 4 was painless. I only had to change about 4 files and not significantly. In other news, the APIs are still awful.Tunisiano32
I was trying to do a tutorial about Angular material design in 2.0 for some reason pulling the animation package out caused all kinda of problems.