refactor(ivy): Add newer, smaller NgOnChangesFeature (#28187)
PR Close #28187
This commit is contained in:

committed by
Alex Rickabaugh

parent
5552661fd7
commit
a95e81978b
@ -8,6 +8,9 @@
|
||||
{
|
||||
"name": "EMPTY_ARRAY"
|
||||
},
|
||||
{
|
||||
"name": "EMPTY_OBJ"
|
||||
},
|
||||
{
|
||||
"name": "EmptyErrorImpl"
|
||||
},
|
||||
@ -51,10 +54,10 @@
|
||||
"name": "PARAMETERS"
|
||||
},
|
||||
{
|
||||
"name": "PRIVATE_PREFIX"
|
||||
"name": "R3Injector"
|
||||
},
|
||||
{
|
||||
"name": "R3Injector"
|
||||
"name": "SIMPLE_CHANGES_STORE"
|
||||
},
|
||||
{
|
||||
"name": "ScopedService"
|
||||
@ -122,6 +125,9 @@
|
||||
{
|
||||
"name": "getNullInjector"
|
||||
},
|
||||
{
|
||||
"name": "getSimpleChangesStore"
|
||||
},
|
||||
{
|
||||
"name": "hasDeps"
|
||||
},
|
||||
@ -165,7 +171,7 @@
|
||||
"name": "makeRecord"
|
||||
},
|
||||
{
|
||||
"name": "onChangesWrapper"
|
||||
"name": "ngOnChangesSetInput"
|
||||
},
|
||||
{
|
||||
"name": "providerToFactory"
|
||||
@ -179,7 +185,13 @@
|
||||
{
|
||||
"name": "setCurrentInjector"
|
||||
},
|
||||
{
|
||||
"name": "setSimpleChangesStore"
|
||||
},
|
||||
{
|
||||
"name": "stringify"
|
||||
},
|
||||
{
|
||||
"name": "wrapOnChanges"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user