https://github.com/angular/angular
Raw File
Tip revision: 62a8618536d836f7cacc109e54b9d3bbdf2bf817 authored by Jason Aden on 10 May 2017, 22:44:28 UTC
docs: add changelog for 4.1.2
Tip revision: 62a8618
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