ngCourse2
ngCourse2 copied to clipboard
make examples runnable locally (without plunker)
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
Also, if there is some way to run these locally without these files I would love to know!