what is the latest angular cli version code example
Example 1: how to check for angular cli version
ng --version
Example 2: update angular cli
For updating angular cli type this command :
ng update @angular/cli @angular/core
Example 3: install angular cli version
Install Specific Version (Example: 6.1.1)
npm install -g @angular/[email protected]