DEV Community

Cover image for How To Install Angular And Set Up First Angular Application ?
Robert Look
Robert Look

Posted on

How To Install Angular And Set Up First Angular Application ?

install and set up Angular on windows 10 OS. In this tutorial guide, you will explore how to install angular CLI on windows.

Angular is an open-source, front-end web application development framework. This framework developed by Google, this framework is TypeScript-based and led by the Angular Team at Google.

In this tutorial, we will cover the installation procedure of angular on the windows 10 OS.

How To Install Angular And Set Up First Angular Application ?

npm install -g @angular/cli
Enter fullscreen mode Exit fullscreen mode

original source: https://www.phpcodingstuff.com/blog/how-to-install-angular-and-set-up-first-angular-project.html

Top comments (0)