Angular
Angular ---------------------------------------------- Angular is a js framework that allows you to create reactive single-page-applications (SPAs). Gives the user a very reactive user experience.User feels like a mobile application while using interms of reactive response. If you need data from server , load it in the background so that user will experience the reactive way of use. Every click i do in the page is loaded in the single page in the one html page only and how is it done ? java script changes the DOM(Document Object Model),html during run time and you never see the refresh icon in the top left because we only change the currently loaded page. Angular versioning ---------------------------------------- AngularJS(Angular1) | |Complete rewriten | Angular 2 (Angular 3 Skipped) | | Angular 4 . . new version every 6 months. . Angular 9 Angular CLI (Command Line Interface) -------------------- CLI is the recomend...