1

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

2
  • refer to my answer here: stackoverflow.com/questions/43172528/… Commented 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. :) Commented Apr 8, 2017 at 0:33

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

2 Comments

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.
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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.