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
original source: https://www.phpcodingstuff.com/blog/how-to-install-angular-and-set-up-first-angular-project.html
Top comments (0)