Angular setup/install in local computer/laptop
Step 1: Download and install node js on your computer/laptopDownload here ->https://nodejs.org/en/
Step 2: Install the Angular CLI
Open your command line (cmd), and type npm install -g @angular/cli
Step 3: Create new project (folder)
After then command prompts on type ng new my-ag-app this one for "my-ag-app" named creating folder on your local drive and use cd command for find file path in command prompts.
Step 4: Run angular project
Angular project run for use this one command ng serve
Step 5: Open your browser
Run this one link on your browser http://localhost:4200/ and after your angular project complate setup and install in localhost, see below screeshot-
0 Comments