AngularJS
- Prince Rajput
- Nov 12, 2019
- 1 min read

Angular is a framework by Google (originally developed by Misko Hevery and Adam Abrons) which helps us in building powerful Web Apps. It is a framework to build large scale and high performance web application while keeping them as easy-to-maintain.
AngularJS is a JavaScript-based open-source front-end web framework mainly maintained by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications.
AngularJS is a JavaScript framework. It can be added to an HTML page with a <script> tag.
AngularJS extends HTML attributes with Directives, and binds data to HTML with Expressions.
AngularJS extends HTML with ng-directives.
The ng-app directive defines an AngularJS application.
The ng-model directive binds the value of HTML controls (input, select, textarea) to application data.
The ng-bind directive binds application data to the HTML view.
Websites using Angular :- Youtube, Netflix, Freelancer, PayPal.
Comments