Thursday, March 28, 2024

Angular : Part 1 Getting Started with StackBlitz

Angular is a Single Page Application (SPA) framework from Google. Single Page Application is a web application that works entirely in the client side creating a rich user experience like that of Desktop application. Gmail is an example of SPA.

Setting a local development Angular requires installing NodeJS.

Easiest way to get started with Angular is Stackblitz. Stackblitz is an online editor.




For starting a new Angular project click the START A NEW APP option.