fix(ivy): o2+ should work with multiple template instances (#22075)

Closes #22075
This commit is contained in:
Kara
2018-02-13 10:24:41 -08:00
committed by Miško Hevery
parent 8ec21fc325
commit 5e4af7c550
6 changed files with 505 additions and 322 deletions

View File

@ -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;
}
/**