ngCourse2 icon indicating copy to clipboard operation
ngCourse2 copied to clipboard

make examples runnable locally (without plunker)

Open vitiral opened this issue 8 years ago • 1 comments

I'm running through the tutorial, and it seems that the examples don't run without plunker. However, if I copy the package.json and tsconfig.json from the angular quick-start tutorial, the "components-basic" example runs just fine with:

npm install
tsc
firefox index.html

Is it possible these files (or whatever files are necessary) could be included in the examples so that others can run these locally?

Thanks, love the tutorial!

Connects #525

vitiral avatar Oct 31 '16 19:10 vitiral

Also, if there is some way to run these locally without these files I would love to know!

vitiral avatar Oct 31 '16 22:10 vitiral