In this tutorial I’m going to install Angular JS on windows follow this tutorial i have to mentioned in very easy way.
Next to run below code
ng new my-app
Now its successfully installed
Run the application
- Navigate to the workspace folder, such as my-app.
- Run the following command:
cd my-app
ng serve --open
Now it’s run successfully run