angular-cn/modules/playground
vsavkin 9d9e9c6ff1 refactor(router): take advantage of the new way of configuring modules 2016-07-27 10:24:29 -07:00
..
e2e_test fix(ng upgrade): do not compile ng2 components until after ng1 bootstrap (#10084) 2016-07-25 21:14:35 -07:00
src refactor(router): take advantage of the new way of configuring modules 2016-07-27 10:24:29 -07:00
README.md refactor(core): change module semantics 2016-07-26 07:04:10 -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