fix(ivy): restore fixmeIvy
imports for Router-related tests (#27720)
It looks like `fixmeIvy` imports were accidentally removed from Router integration tests, thus causing build errors. The necessary imports are now restored and the project should build normally. PR Close #27720
This commit is contained in:

committed by
Miško Hevery

parent
9bfe42840b
commit
4bf8d64c56
@ -12,6 +12,7 @@ ts_library(
|
||||
"//packages/platform-browser",
|
||||
"//packages/platform-browser-dynamic",
|
||||
"//packages/platform-browser/testing",
|
||||
"//packages/private/testing",
|
||||
"//packages/router",
|
||||
"//packages/router/testing",
|
||||
"@rxjs",
|
||||
|
Reference in New Issue
Block a user