Issue
I searched through google and angular cli doc but couldn't find any way to install a specific version of Angular using Angular CLI. is it even possible?
Solution
You can just have package.json
with specific version and do npm install
and it will install that version.
Also you don't need to depend on angular-cli
to develop your project.
Answered By - Mario Petrovic
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.