mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
cbc258eec8
Remove the interop macros and final usages PR Close #62908
12 lines
256 B
Python
12 lines
256 B
Python
load("//devtools/tools:defaults.bzl", "ts_project")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
ts_project(
|
|
name = "ng-devtools-backend",
|
|
srcs = ["index.ts"],
|
|
deps = [
|
|
"//devtools/projects/ng-devtools-backend/src",
|
|
],
|
|
)
|