refactor(core): remove withBody from public testing API (#25171)

PR Close #25171
This commit is contained in:
Miško Hevery
2018-07-27 13:49:22 -07:00
committed by Igor Minar
parent aafd502bcb
commit 6e2a1877ab
18 changed files with 39 additions and 16 deletions

View File

@ -0,0 +1,16 @@
package(default_visibility = ["//visibility:public"])
exports_files(["package.json"])
load("//tools:defaults.bzl", "ng_module")
ng_module(
name = "testing",
srcs = glob(
["**/*.ts"],
),
module_name = "@angular/private/testing",
deps = [
"//packages/core",
],
)