https://github.com/angular/angular
Raw File
Tip revision: 953cb50fa56fabd33fa8b97e2f221b59834252ed authored by Igor Minar on 02 November 2016, 23:28:29 UTC
chore(release): cut v2.2.0-rc.0
Tip revision: 953cb50
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