https://github.com/angular/angular
Raw File
Tip revision: a2593cbfb1d0da1b9e86f77a1800ee6c497a1aa2 authored by Kara Erickson on 08 August 2018, 19:28:40 UTC
release: cut the v7.0.0-beta.1 release
Tip revision: a2593cb
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