https://github.com/angular/angular
Raw File
Tip revision: af4eb00c9191f3eedfbb2b0bc6c471cd55f892a6 authored by Alex Eagle on 17 January 2018, 17:39:46 UTC
docs: add changelog for 5.2.1
Tip revision: af4eb00
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