angular/packages/compiler/test/expression_parser/utils/BUILD.bazel

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
270 B
Text
Raw Normal View History

load("//tools:defaults.bzl", "ts_project")
ts_project(
name = "utils",
testonly = True,
srcs = glob(
["*.ts"],
),
visibility = [
"//packages/compiler/test:__subpackages__",
],
deps = [
"//packages/compiler",
],
)