fix(bazel): ng_module should not emit shim files under bazel and Ivy (#33765)

Under bazel and Ivy we don't need the shim files to be emmited by default.

We still need to the shims for blaze however because google3 code imports them.

This improves build latency by 1-2 seconds per ng_module target.

PR Close #33765
This commit is contained in:
Igor Minar
2019-11-12 09:52:34 -08:00
committed by Matias Niemelä
parent 804933284b
commit 955423c79b
21 changed files with 43 additions and 7 deletions

View File

@ -8,6 +8,7 @@ ng_module(
srcs = glob(
["**/*.ts"],
),
generate_ve_shims = True,
# TODO: FW-1004 Type checking is currently not complete.
type_check = False,
deps = [