I installed the @angular/cli package via npm using:
npm install -g @angular/cli
The version 1.4.2 of @angular/cli has been successfully installed. That is not the Angular version, but the CLI version.
After running ng new myapp how can I check which Angular version the created app is using? 2.x, 4.x?





