angular-cn/modules/playground
Olivier Combe 0f5c70d563 build: update npm dependencies (#19328)
PR Close #19328
2017-09-22 13:20:52 -07:00
..
e2e_test refactor: update angular to support TypeScript 2.4 2017-09-12 10:31:30 -07:00
src build: update npm dependencies (#19328) 2017-09-22 13:20:52 -07:00
README.md perf: switch angular to use StaticInjector instead of ReflectiveInjector 2017-08-07 15:42:34 -07:00
favicon.ico build: adding basic e2e testing infrastructure 2016-05-02 08:15:10 -07:00

README.md

How to run the examples locally

$ cp -r ./modules/playground ./dist/all/
$ ./node_modules/.bin/tsc -p modules --emitDecoratorMetadata -w
$ gulp serve
$ open http://localhost:8000/all/playground/src/hello_world/index.html?bundles=false