https://github.com/angular/angular
Raw File
Tip revision: 58081533590c57ba84b84ffe56582295f961025d authored by Miško Hevery on 27 July 2017, 21:59:24 UTC
docs: add changelog for 5.0.0.-beta.1
Tip revision: 5808153
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
back to top