Reputation: 1273
This might be a silly question but I didn't find any clear answer for this.
Is the angular cli version and angular version the same.
When I ask any one the version angular they simply ask me to check it by using ng -v
This actually shows me the angular cli version
So what would be the angular version (2,3,4,5)??
Upvotes: 1
Views: 1450
Reputation: 3588
All angular related packages (RxJs,AngularMaterial, ngrx and the ngCLI) had also adopted the version of the main Angular framework.
The case with the ngCli was that it jumped from version 1.7.4 to 6.0.
Upvotes: 2