mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Prepare the app for Wiz & ACX and handle unsupported features by disabling their respective UI. PR Close #60585
12 lines
325 B
Text
12 lines
325 B
Text
load("//devtools/tools:typescript.bzl", "ts_library")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
ts_library(
|
|
name = "src",
|
|
srcs = ["public-api.ts"],
|
|
deps = [
|
|
"//devtools/projects/ng-devtools-backend/src/lib",
|
|
"//devtools/projects/ng-devtools-backend/src/lib/component-tree",
|
|
],
|
|
)
|