Angular 2 Tutorial 3: Sublime Text + TypeScript (Hello World)

preview_player
Показать описание
Learn how to write a hello world program in Angular 2 using sublime text and typescript and also set it up.

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

Continue with typescript codedamn! Lovin your

amanuel
Автор

If anybody getting errors after "npm start",

then in your command prompt, run this command-

then "npm install"

then "npm start"

and you are good to go, it will create an already set up project. You can start working on that now. :)
This is the GitHub repository -
(Tip: Dont go for downloading the zip file, i had tried that and again got the same bunch of errors and couldnt start my server. so better make a clone.)

prasadankit
Автор

Hello, I have a question What is your sublime's theme?. Thank you

FabianEduardoDiazLizcano
Автор

angular2.io site does not exist for me. How can i able to access this site?

amritpapun
Автор

Man, the documention removed the code from typings and etc
I COPY LOOKING FROM YOUR SCREEN. That was horrible without support from documentation...

ErikChendoTegon
Автор

getting problem starting a when I run 'npm start' on command line, system says:
problem is related to npm not being able to find a file.
please include the following file with any support request:
c:\Users\..\npm-debug.log

hemantdubey
Автор

Change the start field in package.json from

"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" "
to

"start": "concurrently \"npm run tsc:w\" \"npm run lite\" "

neilsukalikar