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