test(core): animation renderer factory in render3 (#20855)

PR Close #20855
This commit is contained in:
Marc Laval
2017-12-15 17:50:54 +01:00
committed by Igor Minar
parent bbdea96a66
commit 764fea1344
6 changed files with 133 additions and 7 deletions

View File

@ -15,6 +15,10 @@ ts_library(
"//packages:types",
"//packages/core",
"//packages/platform-browser",
"//packages/platform-browser/animations",
"//packages/animations",
"//packages/animations/browser",
"//packages/animations/browser/testing",
],
)