refactor(ivy): dedup render3 NodeInjector (#27541)
We had two `NodeInjector` classes: one in `view_compatibility` and one in `di`. We replaced the one in `di` with the one from `view_compatibility` and reconciled their differences. PR Close #27541
This commit is contained in:

committed by
Alex Rickabaugh

parent
44dd764d6d
commit
9e7a8f6e89
@ -141,7 +141,7 @@
|
||||
"name": "NgOnChangesFeature"
|
||||
},
|
||||
{
|
||||
"name": "NodeInjector$1"
|
||||
"name": "NodeInjector"
|
||||
},
|
||||
{
|
||||
"name": "NodeInjectorFactory"
|
||||
|
Reference in New Issue
Block a user