Angular 4 QuickStart - Angular 4 Install and Create your First Angular Project

preview_player
Показать описание
Create your first Angular 4 Project

Learn in this Angular 4 Install Tutorial how to create your first Angular 4 Project and make your Hello World script.

This tutorial is for beginner and no prior coding experience is required.

Objectives:

Install Angular 4 Cli
Create new Angular 4 Project
Run Angular 4 on browser
Create Hello World Project

Angular 4 Written Tutorial:

Angular 4 Installation Commands

npm install -g @angular/cli “node package manager”
cd any-folder-for-your-projects
ng new my-first-app “that creating the project for you”
cd my-first-app
ng serve “serve is the command which will compile the project for you and run the server to have your project running under localhost”

Angular 4 Installation Troubleshooting:

Angular CLI commands in depth will be discussed in another video.
Рекомендации по теме
Комментарии
Автор

Thanks for this bro. This gave me a quick start

judeokoroafor
Автор

Can only strings be declared in component.ts?

AmgK.
Автор

how to check version like 1.0.0 / 1.7.4 / or 7.4.1 tetc ?

gouravkashyap
Автор

i have a warning when i create an Angular new project by $ng new my-project
can you help me please ?

larkadbabyblone