refactor(ivy): replace LView.child with TView.childIndex lookup (#24211)

PR Close #24211
This commit is contained in:
Kara Erickson
2018-05-30 13:43:14 -07:00
committed by Victor Berchet
parent 6a663a4073
commit 7e3f8f77a9
6 changed files with 53 additions and 29 deletions

View File

@ -107,6 +107,9 @@
{
"name": "getDirectiveInstance"
},
{
"name": "getLViewChild"
},
{
"name": "getOrCreateTView"
},

View File

@ -389,6 +389,9 @@
{
"name": "getDirectiveInstance"
},
{
"name": "getLViewChild"
},
{
"name": "getNextLNode"
},