https://github.com/angular/angular
Raw File
Tip revision: 28a92b2bcd182eab71914b687f9a201d55e0b7ed authored by Chuck Jazdzewski on 21 December 2016, 22:26:13 UTC
docs(changelog): add changelog for 2.4.1
Tip revision: 28a92b2
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