The version of angular used in the project is determined by the version of angular cli. Any particular version of Angle Cli can be installed with the following command:
npm install --global @angular/ cli@xxx .
example:
npm install --global @angular/ cli@1.6.6
even if you have a different version of angular cli installed (newer or older). This will not cause a problem.
source share