feat(core): Moving Renderer3 into @angular/core (#20855)
PR Close #20855
This commit is contained in:

committed by
Igor Minar

parent
bc66d27938
commit
0fa818b318
@ -6,7 +6,10 @@ load("@build_bazel_rules_nodejs//:defs.bzl", "jasmine_node_test")
|
||||
ts_library(
|
||||
name = "test_lib",
|
||||
testonly = 1,
|
||||
srcs = glob(["**/*.ts"]),
|
||||
srcs = glob(
|
||||
["**/*.ts"],
|
||||
exclude = ["render3/**/*.ts"],
|
||||
),
|
||||
tsconfig = "//packages:tsconfig",
|
||||
deps = [
|
||||
"//packages/animations",
|
||||
|
Reference in New Issue
Block a user