build: remove now redundant bundle_dts = True attribute (#29128)

This is now turned on by default in the ng_module macro

PR Close #29128
This commit is contained in:
Alan
2019-03-06 11:09:15 +01:00
committed by Kara Erickson
parent f71dae8f63
commit 9a1959269f
20 changed files with 0 additions and 20 deletions

View File

@ -5,7 +5,6 @@ package(default_visibility = ["//packages/bazel/test:__subpackages__"])
ng_module(
name = "example",
srcs = glob(["*.ts"]),
bundle_dts = True,
module_name = "example",
deps = [
"//packages/bazel/test/ng_package/example/secondary",