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:

committed by
Miško Hevery

parent
5e8bf2f88d
commit
014949f74c
@ -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.
|
||||
|
Reference in New Issue
Block a user