https://github.com/angular/angular
Raw File
Tip revision: 933caacad34a2be2cef696eecf21438fc5f7377a authored by Chuck Jazdzewski on 17 November 2016, 00:38:28 UTC
chore(release): cut angular 2.2.1
Tip revision: 933caac
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