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:
Olivier Combe
2018-12-07 10:56:51 +01:00
committed by Alex Rickabaugh
parent 44dd764d6d
commit 9e7a8f6e89
4 changed files with 13 additions and 37 deletions

View File

@ -141,7 +141,7 @@
"name": "NgOnChangesFeature"
},
{
"name": "NodeInjector$1"
"name": "NodeInjector"
},
{
"name": "NodeInjectorFactory"