Angular 2 Tutorial (2016) - Setting up the Development Environment

preview_player
Показать описание


Get into developing Angular 2 applications instantly! Please share, like and comment if you like the video!

This course will teach you all the fundamentals of the current Angular 2 Beta and will prepare you to write actual Angular 2 web applications.

We will cover Directives, Components, Template Syntax, Two-Way-Data Binding, Services, HTTP (GET and POST) and much more!

Have fun and please leave a like or comment if you like (or dislike) this video or this series!

Рекомендации по теме
Комментарии
Автор

Looks like a ton of the packages are deprecated, probably worth a quick update to the github repo

jazzy
Автор

Per my previous comment: while I don't see gulp I do see gulpfile.js is this the same thing, and I could run ./gulpfile.js instead gulp?

gilshapir
Автор

Hi sir,
I am bit confuse which way i used to develop angular js 2 application I mean by installing in Ecllipse or by using visual studio.. cuz i am familier with ecllipse LUNA so help how quickly we can develop application by using ecllipse luna

surbhikumari
Автор

Thanks a lot for this easy installation tutorial. Saved us from a ton of hassle !

mehansika
Автор

I am not sure if I got the differences between the gulp thing and the CLI! in the first video we setup the CLI and then in this video we have gulp? when we use which? do they have the same functionalities at the end?

salimedashti
Автор

Thank you for all your fantastic work on these tutorials. It doesn't get more professional than this.

jozefj.
Автор

Love your tutorial.
i hope every tutorial like angfire (Angular + Firebase).
will be like this.
set environment first until complete app.

I will recommend to my friend who want learn angular or other platform language.
Thx max, hope angfire video will be release soon.

herrykarmito
Автор

Should we have to download npm (npm install) for each and every project else its going to install globally, here we are downloading npm for this particular project only (I hope so), while we go for a new project again we want to install npm. If so means then our project size becomes bulky right.

yuvakishoredommaraju
Автор

how have you configured the automatic separation between .ts and .js files ?

TheHassoun
Автор

Excellent, I am new to angular 2 however this made my day fruitful. Many thanks,

by the way I got few deprecated warning message.

vidhyadharanD
Автор

If you get an error in your terminal : local gulp not found
means npm did not install your dev dependencies. So, you need set the NODE_ENV to development.

On Mac OSX terminal :

export NODE_ENV=production

Or if you are in windows you could try this:

SET NODE_ENV=production

or you can run your app like this

NODE_ENV=production node app.js

You can also set it in your js file:

process.env.NODE_ENV = 'production';

Refer to this stack-o-flo


Hope this saves a few hours.

eshwarenmanoharen
Автор

You are the man I am going to purchase your course now. Thank you again.

pcproff
Автор

Is it possible to use php with angular2? If so how would I setup a server with angular2, typescript and php for the server side language ?

williamk
Автор

Thank you! Easy to follow!
Keep up the great work! 8-)

mrgonzolla
Автор

in 4:09 when i typed just only "gulp", it won't install it says, 'gulp' is not recognized as an internal or external command,
operable program or batch file.

How can you installed it in Windows? :/

IroshanVithanage
Автор

Thank you very much for your tutorial =)
You awesome)
Спасибо!

wwmnyqy
Автор

how to install the html5-boilerplate-master.zip in windows 10?

dkStitch
Автор

Hey will you ever update the angular2 boilerplate out of beta?

HyperboltEDM
Автор

So how do I get from development to production? Where I just place my app. It seems to be no help anywhere.

leonwatson
Автор

I cloned the repository and did the steps as you said. I got error 'ReferenceError: primordials is not defined'. I am a newbie to Angular.

arunkumarka