https://github.com/angular/angular
Raw File
Tip revision: d138b38bdb5d20338d9cb000c46a58a6e3977271 authored by Misko Hevery on 03 January 2018, 23:54:46 UTC
docs: add changelog for 5.1.3
Tip revision: d138b38
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