https://github.com/angular/angular
Raw File
Tip revision: 024aba075cefaa1a247f135eced8f06fd1a59af4 authored by Miško Hevery on 11 July 2018, 20:43:59 UTC
release: cut the v6.0.8 release
Tip revision: 024aba0
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