Getting Started with Angular 5 & Visual Studio Code

preview_player
Показать описание
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 Angular CLI.
Create our first Angular App.
Launch Angular App in the browser.

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
Рекомендации по теме