* chore: update protractor and selenium-webdriver packages As `karma-jasmine` has a peer dependency on `[email protected]`, but `jasmine` and `protractor` are using `[email protected]` we need to add `[email protected]` explicitly. Previously, the peer dependency was satisfied by accident because npm deduped the dependency for `[email protected]` as top level dependency. Note that the shrink-wrap files changes quite a bit because of the deduping mechanism of npm. * fix(benchpress): make it work with latest protractor and seleniuv-webdriver * fix(e2e_tests): make them work with latest protractor
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