refactor(ivy): refactor more files in DI to prepare it for bazel packages (#28098)
PR Close #28098
This commit is contained in:

committed by
Andrew Kushnir

parent
6a9a48b0ac
commit
978ffa9d32
20
packages/core/src/reflection/BUILD.bazel
Normal file
20
packages/core/src/reflection/BUILD.bazel
Normal file
@ -0,0 +1,20 @@
|
||||
package(default_visibility = [
|
||||
"//packages/core:__subpackages__",
|
||||
"//tools/public_api_guard:__pkg__",
|
||||
])
|
||||
|
||||
load("//tools:defaults.bzl", "ts_library")
|
||||
|
||||
ts_library(
|
||||
name = "reflection",
|
||||
srcs = glob(
|
||||
[
|
||||
"**/*.ts",
|
||||
],
|
||||
),
|
||||
module_name = "@angular/core/reflection",
|
||||
deps = [
|
||||
"//packages/core/src/interface",
|
||||
"//packages/core/src/util",
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user