https://github.com/angular/angular
Raw File
Tip revision: b69f0faee65e4a05950a6be76a09b53aa21109f3 authored by Jason Aden on 08 July 2017, 04:48:49 UTC
docs: add changelog for 4.2.6
Tip revision: b69f0fa
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