What was there before Angular
Before Angular came, traditionally the web applications were communicating to the backend layer through the Page refresh or page reload. This was followed for quite some time until Ajax came into picture.
Ajax
Once jan came into picture, the page load was eliminated but not completely. Wherever required, Ajax was used and data was fetched and displayed to the User.
Angular
Angular is a SPA( Single page application ) which runs on complete elimination of page load.
The DOM objects are replaced during run time based on the page requested.
What is Angular written in
Angular is written in typescript.
Compiled angular framework / platform is available as typescript library. The library has components / modules which are used by the SPA using the decorators to utilize the Magic of angular.
Catch you in next episode on the next topic of angular.
Happy Blogging !!!!
Reach out to me if you need any technical guidance on your project irrespective of technology. You can email me @ enstenr@enstenr
Follow my YouTube page –
Comments
Post a Comment