fix(ivy): correctly handle queries with embedded views (#24418)

This PR takes care of all the remaining cases where embedded view definition
and insertion points are different.

PR Close #24418
This commit is contained in:
Pawel Kozlowski
2018-06-11 11:51:16 +02:00
committed by Miško Hevery
parent 5e8bf2f88d
commit 014949f74c
4 changed files with 87 additions and 12 deletions

View File

@ -49,7 +49,7 @@ export interface LQueries {
* Notify `LQueries` that an `LView` has been removed from `LContainer`. As a result all
* the matching nodes from this view should be removed from container's queries.
*/
removeView(removeIndex: number): void;
removeView(): void;
/**
* Add additional `QueryList` to track.