angular-cn/packages/core/BUILD.bazel

13 lines
275 B
Python
Raw Normal View History

package(default_visibility=["//visibility:public"])
load("@angular//:index.bzl", "ng_module")
ng_module(
name = "core",
srcs = glob(["**/*.ts"], exclude=[
"test/**",
"testing/**",
]),
module_name = "@angular/core",
tsconfig = ":tsconfig-build.json",
)