https://github.com/angular/angular
Raw File
Tip revision: bde57016c6338f9961405ee0064ef44e0ef234f3 authored by Matias Niemelä on 24 October 2017, 00:35:17 UTC
docs: add changelog for 5.0.0-rc.4
Tip revision: bde5701
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