What is Angular
What is Angular? Angular is a JavaScript framework that allows you to create reactive Single page applications (SPAs). JavaScript changes the DOM (Document Object Model) runtime. Angular Version Angular 1 Refers to as Angular JS It uses JavaScript. Angular 2 -9 Different from angular 1. All versions above 2 uses TypeScript. It is completely re-written. Angular 3 was skipped for the internal reason And now we have angular 4-9 New version every 6 months Small, incremental, backward-compatible changes. Angular loads entire site at once and later call services ondemand. It helps to achive fast and…