I am going through angular 4.4.6 documentation and I want to install the same version in my system, but when i do
npm install -g @angular/cli
It installs the latest CLI i.e. 1.5.5 and whenever i create the projects on angular, my angular version is v5.0.5 which is the latest angular version. Which angular/cli version should I use for Angular 4.4.6?