https://github.com/angular/angular
Raw File
Tip revision: ccb65893bf548fed62042f9ff9988ef133c3fd9a authored by Igor Minar on 06 January 2017, 01:18:21 UTC
docs(changelog): release notes for 4.0.0-beta.2
Tip revision: ccb6589
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