https://github.com/angular/angular
Raw File
Tip revision: 9de45fa65069af5015c33fee439776c1bf560af6 authored by Victor Berchet on 08 November 2017, 18:29:46 UTC
docs: add changelog for 5.0.1
Tip revision: 9de45fa
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