https://github.com/angular/angular
Raw File
Tip revision: 81e9bdc010573a68f675de465e0343a6da7811a0 authored by Alex Rickabaugh on 06 October 2017, 01:11:09 UTC
docs: add changelog for 5.0.0-rc.1
Tip revision: 81e9bdc
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