From 92b278c097b066ae435c8ef3e1c4cf7487530828 Mon Sep 17 00:00:00 2001 From: Fabian Wiles Date: Wed, 6 Jun 2018 21:30:21 +1200 Subject: [PATCH] feat(core): export defaultKeyValueDiffers to private api (#24319) PR Close #24319 --- packages/core/src/core_private_export.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/core_private_export.ts b/packages/core/src/core_private_export.ts index f56c13e4e5..5b35140710 100644 --- a/packages/core/src/core_private_export.ts +++ b/packages/core/src/core_private_export.ts @@ -8,7 +8,7 @@ export {ALLOW_MULTIPLE_PLATFORMS as ɵALLOW_MULTIPLE_PLATFORMS} from './application_ref'; export {APP_ID_RANDOM_PROVIDER as ɵAPP_ID_RANDOM_PROVIDER} from './application_tokens'; -export {defaultIterableDiffers as ɵdefaultIterableDiffers} from './change_detection/change_detection'; +export {defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers} from './change_detection/change_detection'; export {devModeEqual as ɵdevModeEqual} from './change_detection/change_detection_util'; export {isListLikeIterable as ɵisListLikeIterable} from './change_detection/change_detection_util'; export {ChangeDetectorStatus as ɵChangeDetectorStatus, isDefaultChangeDetectionStrategy as ɵisDefaultChangeDetectionStrategy} from './change_detection/constants';