sass-references/angular-material/material/testing/BUILD.bazel

14 lines
266 B
Python
Raw Permalink Normal View History

2024-12-06 10:42:08 +08:00
load("//tools:defaults.bzl", "ng_module")
package(default_visibility = ["//visibility:public"])
ng_module(
name = "testing",
testonly = True,
srcs = glob(["**/*.ts"]),
deps = [
"//src/material/core",
"@npm//@angular/core",
],
)