angular-cn/modules/playground
Matias Niemelä c3bdd504d0 fix(animations): ensure all child elements are rendered before running animations
Closes #9402
Closes #9775
Closes #9887
2016-07-08 18:18:46 -07:00
..
e2e_test chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
src fix(animations): ensure all child elements are rendered before running animations 2016-07-08 18:18:46 -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