How To Install Angular 15 With CLI
I'll Explain You How to Setup Angular in Window Step by Step
1) Download Node.js for window, mac and linux https://nodejs.org/
2) Download VS Code for window, mac and linux https://code.visualstudio.com/
3) Search in window and open Command Prompt and run cmd node -v
4) Create a folder on desktop then open in vs code
5) Click on File > Open Folder and select created new folder
6) Click on terminal option and run the cmd is ng new app ( "ng is defined angular ", " new is defined new app " , " app is defined your project name " )
7) here ask would you like use routing " yes "
8) here select and option for style
9) After Select option it's generate the file
9) Taking 2-5 mints after successfully file
9) now Run The cmd ng serve / ng s -o for localhost
10) now open this URL in your local system http://localhost:4200/
