Introduction:AngularJS is a very popular Framework which is written in JavaScript. AngularJS is normally available as a JavaScript file, whichcan be added to any of your web page with the following script tag: <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>AngularJS extends the functionality of HTML with the following ng-directives.1. ng-app directive:The ng-app directive defines an AngularJS application.2. ng-model directive:The ng-model directive...