Getting Started with Angular Using Visual Studio Code

In this article, we are going to set up an Angular app using Visual Studio Code. We will use Angular CLI to demonstrate. Angular is a web application framework written in typescript. A web browser such as Chrome, Firefox or Internet Explorer only includes JavaScript, so we have to compile our Typescript to JavaScript, and we use a typescript compiler that requires NodeJS. NodeJS Node.js … Continue reading Getting Started with Angular Using Visual Studio Code