mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
13 lines
269 B
Python
13 lines
269 B
Python
load("//tools:interop.bzl", "ts_project")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
ts_project(
|
|
name = "private",
|
|
srcs = ["index.ts"],
|
|
module_name = "@angular/build/private",
|
|
deps = [
|
|
"//packages/angular/build:build_rjs",
|
|
],
|
|
)
|