refactor(ivy): LContainers should store views not nodes (#25933)

PR Close #25933
This commit is contained in:
Kara Erickson
2018-09-12 08:47:03 -07:00
committed by Ben Lesh
parent a09c3923db
commit 47f4412650
5 changed files with 53 additions and 58 deletions

View File

@ -64,7 +64,7 @@ export interface LContainer extends Array<any> {
* (and don't need to be re-added) and so we can remove views from the DOM when they
* are no longer required.
*/
[VIEWS]: LViewNode[];
[VIEWS]: LViewData[];
/**
* Parent Element which will contain the location where all of the Views will be