https://github.com/angular/angular
Raw File
Tip revision: cd28df627c2affb1032aa2dab3267420bdde857b authored by Matias Niemelä on 04 May 2017, 21:41:39 UTC
docs: add changelog for 4.2.0-beta.0
Tip revision: cd28df6
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