angular-cn/modules/playground
Julie Ralph 4a965052f9 fix(platform-browser): remove testing_e2e target (#10029)
The testing_e2e util does not belong in platform-browser and was never
intended to be a public API. Move it out of that whole tree.

BREAKING CHANGE:

The following API was never intended to be public and is removed:

```js
import {verifyNoBrowserErrors} from '@angular/platform-browser/testing_e2e';
```

Consider using Protractor's console plugin: https://github.com/angular/protractor-console-plugin
2016-07-13 10:10:02 -07:00
..
e2e_test fix(platform-browser): remove testing_e2e target (#10029) 2016-07-13 10:10:02 -07:00
src feat(animations): allow animation integration support into host params 2016-07-12 14:55:36 -07:00
test/benchpress refactor: change provide(...) for {provide: ...} 2016-06-03 15:03:49 -07:00
README.md feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
favicon.ico build: adding basic e2e testing infrastructure 2016-05-02 08:15:10 -07:00
pubspec.yaml cleanup(router): removes router 2016-06-20 08:47:54 -07:00

README.md

How to run the examples locally

$ cp -r ./modules/playground ./dist/all/ $ tsc -p modules --emitDecoratorMetadata -w $ gulp serve $ open http://localhost:8000/all/playground/src/hello_world/index.html?bundles=false