https://github.com/angular/angular
Raw File
Tip revision: 1e1af7ffcbac2b547706296af93b51d417d853f7 authored by Alex Rickabaugh on 02 August 2017, 20:23:27 UTC
docs: changelog for 5.0.0-beta.2 release
Tip revision: 1e1af7f
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