https://github.com/angular/angular
Raw File
Tip revision: cbd93fe0d0624ce5920f966027df534fd9b50b85 authored by Misko Hevery on 01 December 2017, 05:13:58 UTC
docs: add changelog for 5.0.4
Tip revision: cbd93fe
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