https://github.com/angular/angular
Raw File
Tip revision: bf656d64b8fc66ad2a39dccdee59f993a6c202ed authored by Miško Hevery on 18 October 2018, 17:50:41 UTC
release: cut the v7.0.0 release
Tip revision: bf656d6
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