angular-cn/packages/compiler-cli/test/ngtsc
Andrew Kushnir bb94434d85 fix(ivy): Content Queries inheritance fix (#28324)
Prior to this change contentQueriesRefresh functions that represent refresh logic for @ContentQuery list were not composable, which caused problems in case one Directive inherits another one and both of them contain Content Queries. Due to the fact that we used indices to reference queries in refresh function, results were placed into wrong Queries. In order to avoid that we no longer use indices to reference queries and instead maintain current content query index while iterating through them. This allows us to compose contentQueriesRefresh functions and make inheritance feature work with Content Queries.

PR Close #28324
2019-01-28 19:59:00 -08:00
..
fake_core fix(ivy): proper resolution of Enums in Component decorator (#27971) 2019-01-10 10:49:03 -08:00
BUILD.bazel test(ivy): introduce route testing mode for ngtsc tests (#27697) 2019-01-22 12:02:10 -08:00
env.ts test(ivy): introduce route testing mode for ngtsc tests (#27697) 2019-01-22 12:02:10 -08:00
ngtsc_spec.ts fix(ivy): Content Queries inheritance fix (#28324) 2019-01-28 19:59:00 -08:00
template_typecheck_spec.ts test(ivy): implement tests for template type-checking (#26203) 2018-10-04 10:11:17 -07:00