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
19 lines
445 B
Python
19 lines
445 B
Python
load("//adev/shared-docs:defaults.bzl", "ts_project")
|
|
|
|
package(default_visibility = ["//visibility:private"])
|
|
|
|
ts_project(
|
|
name = "directives",
|
|
srcs = [
|
|
"index.ts",
|
|
],
|
|
visibility = [
|
|
"//adev/shared-docs:__subpackages__",
|
|
],
|
|
deps = [
|
|
"//adev/shared-docs/directives/click-outside",
|
|
"//adev/shared-docs/directives/external-link",
|
|
"//adev/shared-docs/directives/search-item",
|
|
],
|
|
)
|