- Angular is a platform and framework for building client applications in HTML and TypeScript.
- Angular helps you build modern applications for the web, mobile, or desktop.
- Angular is written in TypeScript. It implements core and optional functionality as a set of TypeScript libraries that you import into your apps.
- There are main two angular version. First one is AngularJS(Angular 1.x) and second one is Angular 2+.
- Angular 1.x/AngularJS is completely different from Angular.
- AngularJS is written in JavaScript and Angular 2+ is written in Typescript.