Getting Started with Angular 5 & Visual Studio Code

Published: 30 May 2019
on channel: Learning Programming Tutorial
1,507
14

Getting Started With Angular 5 Using Visual Studio Code.
Getting Started with Angular 5 & Visual Studio Code.
Angular JavaScript Tutorial in Visual Studio Code.
How to easily build an Angular 5 app using Visual Studio Code?
How to open angular project in visual studio code?
Visual studio code angularjs tutorial.

#angular #angular5 #vscode #angularjs

----------------------------------------------------------------------------------------------
*Agenda
Install Node.js.
Install Angular CLI.
Create our first Angular App.
Launch Angular App in the browser.

1. Install Node.js
node -v
npm -v

2. Install Angular CLI
npm install -g @angular/cli

3. Install VS code
View \ integrated terminal

4. Type this command

mkdir MyAngularDemo
cd MyAngularDemo
ng new MyFirstApp

5. Launch angular app in terminal of VS code
cd MyAngularDemo
cd MyFirstApp

Start web server: ng serve

6. View code of app

File \ New Windows

cd MyAngularDemo
code

7. Custom message
open /src/app/app.component.ts file.


On this page of the site you can watch the video online Getting Started with Angular 5 & Visual Studio Code with a duration of hours minute second in good quality, which was uploaded by the user Learning Programming Tutorial 30 May 2019, share the link with friends and acquaintances, this video has already been watched 1,507 times on youtube and it was liked by 14 viewers. Enjoy your viewing!