refactor(ivy): Add newer, smaller NgOnChangesFeature (#28187)

PR Close #28187
This commit is contained in:
Ben Lesh
2019-01-16 09:35:35 -08:00
committed by Alex Rickabaugh
parent 5552661fd7
commit a95e81978b
22 changed files with 752 additions and 1071 deletions

View File

@ -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"
}
]