Angular is a platform and framework for building client applications in HTML and TypeScript. Angular is written in TypeScript.
Step 1 Set up the Development Environment Install Node.js and npm Install the Angular CLI
npm install -g @angular/cli
Step 2 Create a new project
ng new my-app
Step 3 Serve the application
ng serve --open