https://github.com/angular/angular
Raw File
Tip revision: 7ed39ebaafa077cba61c980570092e345f7ba43a authored by Alex Rickabaugh on 25 January 2017, 21:40:10 UTC
docs(changelog): add changelog for 2.4.5
Tip revision: 7ed39eb
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