I created project with command
ng new <project-name>
It got new project created with all dependancies to angular 4. I checked help also, with following command
ng --help
Under 'new' option there is no description about angular version to be used. Is there any way to control version(specifically angular ) of new Project created by angular-cli