build: run playground e2e examples with bazel (#28490)

PR Close #28490
This commit is contained in:
Paul Gschwendtner
2019-02-01 14:46:38 +01:00
committed by Matias Niemelä
parent 5a257d02a6
commit ee74835619
44 changed files with 258 additions and 34 deletions

View File

@ -21,7 +21,7 @@ ts_library(
"tree_perf.spec.ts",
],
deps = [
"//modules/e2e_util:lib",
"//modules/e2e_util",
"//packages:types",
"@ngdeps//protractor",
],