refactor(ivy): replace LView.child with TView.childIndex lookup (#24211)
PR Close #24211
This commit is contained in:

committed by
Victor Berchet

parent
6a663a4073
commit
7e3f8f77a9
@ -107,6 +107,9 @@
|
||||
{
|
||||
"name": "getDirectiveInstance"
|
||||
},
|
||||
{
|
||||
"name": "getLViewChild"
|
||||
},
|
||||
{
|
||||
"name": "getOrCreateTView"
|
||||
},
|
||||
|
@ -389,6 +389,9 @@
|
||||
{
|
||||
"name": "getDirectiveInstance"
|
||||
},
|
||||
{
|
||||
"name": "getLViewChild"
|
||||
},
|
||||
{
|
||||
"name": "getNextLNode"
|
||||
},
|
||||
|
Reference in New Issue
Block a user