fix(ivy): o2+ should work with multiple template instances (#22075)
Closes #22075
This commit is contained in:
@ -259,9 +259,6 @@ export interface TView {
|
||||
* Odd indices: Hook function
|
||||
*/
|
||||
destroyHooks: HookData|null;
|
||||
|
||||
/** Contains copies of object literals that were passed as bindings in this view. */
|
||||
objectLiterals: any[]|null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user