test(ivy): introduce route testing mode for ngtsc tests (#27697)

This commit introduces a new mode for the NgtscTestEnvironment which
builds the NgtscProgram and then asks for the list of lazy routes,
instead of running the TS emit phase.

PR Close #27697
This commit is contained in:
Alex Rickabaugh
2018-11-16 17:54:43 +01:00
parent da85cee07c
commit 41b2499f17
3 changed files with 12 additions and 2 deletions

View File

@ -7,6 +7,7 @@ ts_library(
deps = [
"//packages/compiler",
"//packages/compiler-cli",
"//packages/compiler-cli/src/ngtsc/routing",
"//packages/compiler-cli/test:test_utils",
"@ngdeps//typescript",
],