Hi all if you are new in angular development, I will assist you how to develop new web application.
Follow these steps.
- First Node.js should be install in your system.
- Install Visual Studio Code editor.
- Then open that directory where you would like to create new project.
- Open same directory in cmd.
- then run these command.
- >ng new YourProjectName
- >npm install
- >ng serve