https://github.com/angular/angular
Raw File
Tip revision: 1bdf7061b8d3758842cf10bb7181a2fbde2f1d68 authored by Igor Minar on 18 February 2017, 22:58:17 UTC
release: cut v4.0.0-beta.8
Tip revision: 1bdf706
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