angular-cn/modules/playground
vsavkin b77a4a40a4 fix(router): expose initalNavigation and dispose so they can be used with webworkers 2016-07-14 17:29:01 -07:00
..
e2e_test fix(platform-browser): remove testing_e2e target (#10029) 2016-07-13 10:10:02 -07:00
src fix(router): expose initalNavigation and dispose so they can be used with webworkers 2016-07-14 17:29:01 -07:00
test/benchpress refactor: change provide(...) for {provide: ...} 2016-06-03 15:03:49 -07:00
README.md feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
favicon.ico build: adding basic e2e testing infrastructure 2016-05-02 08:15:10 -07:00
pubspec.yaml cleanup(router): removes router 2016-06-20 08:47:54 -07:00

README.md

How to run the examples locally

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