angular-docs-cn/packages/compiler-cli/ngcc/test/integration
Pete Bacon Darwin c2cf500da9 test(ivy): ngcc - check private dependency in integration test (#29643)
The test now attempts to compile an entry-point (@angular/common/http/testing)
that has a transient "private" dependency. A private dependency is one that is
only visible by looking at the compiled JS code, rather than the generated TS
typings files.

This proves that we can't rely on typings files alone for computing the
dependencies between entry-points.

PR Close #29643
2019-04-29 12:37:20 -07:00
..
ngcc_spec.ts test(ivy): ngcc - check private dependency in integration test (#29643) 2019-04-29 12:37:20 -07:00