https://github.com/angular/angular
Raw File
Tip revision: c066281bada8dfdd8d59ccbe31de1676be82b1b1 authored by Alex Rickabaugh on 30 November 2016, 23:36:46 UTC
docs(changelog): add changelog for 2.3.0-rc.0
Tip revision: c066281
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