https://github.com/angular/angular
Raw File
Tip revision: e2e8ba6ffa382319c4f8b8cc4bc43814e7c0f97c authored by Igor Minar on 19 September 2017, 22:22:05 UTC
release: cut the 4.4.3 release
Tip revision: e2e8ba6
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