https://github.com/angular/angular
Raw File
Tip revision: 54be25a7a1b481482b5956719e1ce4f8c0d4e8cc authored by Alex Rickabaugh on 19 July 2017, 19:54:45 UTC
docs: add changelog for 4.3.1
Tip revision: 54be25a
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