https://github.com/angular/angular
Raw File
Tip revision: dd2a650c3455f3bc0a88f8181758a84aacb25fea authored by Matias Niemelä on 29 August 2018, 23:20:28 UTC
release: cut the v7.0.0-beta.4 release
Tip revision: dd2a650
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