mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
de36f8a3b9
This reverts commit 541de26f7e because it introduced a regression.
Closes #14681, #14588
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