Difference between Angularjs and angular

AngularJS typically refers to Angular 1, or the original angular which has some differences between Angular 2+.
Some of the logic and keywords are different from 1 to 2+.

Angular CLI is a command-line interface for the current version of Angular, Angular 4.

Angular CLI provides a generator/framework for a new project using Angular.
The current documentation on angular.io is in Angular CLI.


AngularJS is the first version of Angular.
AngularCLI is a tool used to generate angular components, They are not comparable.

What you might mean, is what is the difference between Angular and AngularJS.

The answer to this question is that AngularJS is the first version of Angular.
It works with javascript and it is still getting supported but it is not compatible with Angular.
I'd suggest you start with Angular (Can also be called Angular2 or Angular4).

It is very confusing, but to sum it up, AngularJS is an old version.
Angular is the newer version and since everyone is migrating to Angular.
I would suggest you learn Angular instead of AngularJS.