How to Setup Angular 8 in Visual Studio Code step by step | Unlimited Solutions

Subscribers:
3,330
Published on ● Video Link: https://www.youtube.com/watch?v=itsrbSq4Rx0



Category:
Tutorial
Duration: 22:52
24,455 views
143


Angular 8 Environment Setup
===========================
1. Download Node.js latest version from https://nodejs.org/dist/v10.16.0/node-v10.16.0-win-x64.zip
2. Extract it to the desktop in the folder named nodejs(D:\Users\souravgupta\Desktop\nodejs)
3. Download the Editor Visual Studio Code from https://code.visualstudio.com/docs/?dv=winzip
4. Extract it to the desktop in the same folder i.e.nodejs
5. Open Visual Studio Code by clicking Code.exe from nodejs folder
6. Open Terminal by clicking Terminal - New Terminal and select the cmd as default shell
7. SET the PATH and NODE_PATH environment Variable
SET PATH=c:\Windows\System32;D:\Users\souravgupta\Desktop\nodejs
SET NODE_PATH=D:\Users\souravgupta\Desktop\nodejs\node_modules
C:\Users\souravgupta node -v
v10.16.0
C:\Users\souravgupta npm -v
6.9.0
8. Install Angular Cli as a Global Module
npm install -g @angular/cli@1 - It will install Angular 5
npm install -g @angular/cli@6 - It will install Angular 6
npm install -g @angular/cli@7 - It will install Angular 7
npm install -g @angular/cli - It will install latest Angular 8
Press No when it prompts for google analytics
if you have issues with installation set the proxy
npm config set http-proxy http://blrproxy.igate.com:8080
npm config set https-proxy http://blrproxy.igate.com:8080
9. To check the Angular Cli version
ng --version
10. Create Angular 8 Project in Desktop
ng new ng8-app
? Would you like to add Angular routing? No
? Which stylesheet format would you like to use? CSS
11. Open the Project in Visual Studio Code
File - Open Folder - ng8-app
SET the PATH, NODE_PATH and proxy(if issues are there)
12. Install http-server, rimraf as global module and bootstrap as project module
npm install -g http-server
npm install -g rimraf
npm install -S bootstrap@3.3.7
13. Run the Angular Project by typing the following command
ng serve
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
i ?wdm?: Compiled successfully.

14. Open Google Chrome and type the URL http://localhost:4200/ to see the output

TO run: ng serve

Be sure to subscribe my channel to get the latest updates.
Music:
Kid Kasino & Dutty Moonshine - Everybody
https://www.youtube.com/watch?v=cIASYKmcgLQ
Maduk - Go Home [NCS Release]
https://www.youtube.com/watch?v=qScpgKbuTLw

-----------------------------------------------------------------------------------------------------------
Subscribe Here: https://www.youtube.com/UnlimitedSolutionsOfficial
-----------------------------------------------------------------------------------------------------------
Social Media:
 Follow me on:
 Facebook: https://www.facebook.com/unlimitedsolun
 Instagram: https://www.instagram.com/souravresides/
 Snapchat: https://www.snapchat.com/add/souravresides
 Twitter: https://twitter.com/unlimitedsolun
-----------------------------------------------------------------------------------------------------------
Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use.




Other Videos By Unlimited Solutions


2019-10-01Windows Hello: Enable Fingerprint in HP Laptops | Unlimited Solutions
2019-09-25How To Find Wi-Fi Password Using CMD Of All Connected Networks | Unlimited Solutions
2019-09-25How To Create Bootable Pendrive Using CMD(Command Prompt) | Unlimited Solutions
2019-09-25How To Block Internet Access To A Program | Unlimited Solutions
2019-09-24How To Disable Windows Firewall In Windows 10 | Unlimited Solutions
2019-09-16Fix: Some Settings Are Managed By Your Organization In Windows 10 | Unlimited Solutions
2019-09-16How To Change System Language in Windows 10 Operating System | Unlimited Solutions
2019-09-15How To Add This PC Icon To The Desktop | Unlimited Solutions
2019-09-08The selected disk Is of the GPT partition, Windows cannot install [ FIX ] | Unlimited Solutions
2019-08-03Fix: Grub rescue after deleting ubuntu partition | Unlimited Solutions
2019-07-24How to Setup Angular 8 in Visual Studio Code step by step | Unlimited Solutions
2019-07-24Fix: Brightness function key / Shortcut key [HotKey] | Unlimited Solutions
2019-07-04How to enable Virtualization in BIOS [Windows] | Unlimited Solutions
2019-07-04How To Enable Windows Sandbox In Windows 10 | Unlimited Solutions
2019-07-02Popup Fix: Could not recognize operation: G! / DifxFrontend failed!
2019-05-25How To Fix DXGI Error Device Removed Error Solve DXGI_ERROR_DEVICE_REMOVED Error
2019-05-15How to Enable Face Unlock in Windows 10
2019-05-14Why Windows Hello is not compatible ? Q&A
2019-05-13How to find IP Address in Windows
2019-02-20How To White Outline Of An Image - Photoshop CS6 Tutorial
2019-02-18How To Get Someone's WI-FI Password By Using Command Prompt



Tags:
Angular 8 Environment Setup
angular 8 tutorial
angular 8 tutorial for beginners
angular 8 features
Angular 8
How to setup Angular 8
How to Setup Angular 8 in Visual Studio Code step by step | Unlimited Solutions
Unlimited Solutions
souravresides
Sourav Gupta
Visual Studio Code
nodejs
node module
How to setup visual studio code for Angular
How to setup visual studio code for Angular 8
Angular 6
Angular 7
How to setup visual studio code for Angular 6