mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f2f5286020
PR Close #18733
13 lines
275 B
Python
13 lines
275 B
Python
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",
|
|
) |