what is angularjs

JavaScript
//Author:Mohammad Arman Khan
//Steps to install ANGULAR CLI
1: npm install -g @angular/cli
//Initialize first project
2: ng new my-dream-app
3: cd my-dream-app
// To Run Server
4: ng serve
//done!!AngularJS is a structural framework for dynamic web applications. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application components clearly and succinctly. Its data binding and dependency injection eliminate much of the code you currently have to write.
Software genre: Web framework
Languages used: JavaScript<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.9/angular.min.js"></script><script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.9/angular.min.js" defer></script>AngularJS is a structural framework for dynamic web apps. 
It lets you use HTML as your template language and lets you 
extend HTML's syntax to express your application's components 
clearly and succinctly. A beautiful little framework used to make full functional web apps, This is a framework made by Google


Source

Also in JavaScript: