|
9 | 9 | export {ALLOW_MULTIPLE_PLATFORMS as ɵALLOW_MULTIPLE_PLATFORMS} from './application_ref'; |
10 | 10 | export {APP_ID_RANDOM_PROVIDER as ɵAPP_ID_RANDOM_PROVIDER} from './application_tokens'; |
11 | 11 | export {defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers} from './change_detection/change_detection'; |
12 | | -export {devModeEqual as ɵdevModeEqual} from './change_detection/change_detection_util'; |
13 | | -export {isListLikeIterable as ɵisListLikeIterable} from './change_detection/change_detection_util'; |
| 12 | +export {devModeEqual as ɵdevModeEqual, isListLikeIterable as ɵisListLikeIterable} from './change_detection/change_detection_util'; |
14 | 13 | export {ChangeDetectorStatus as ɵChangeDetectorStatus, isDefaultChangeDetectionStrategy as ɵisDefaultChangeDetectionStrategy} from './change_detection/constants'; |
15 | 14 | export {Console as ɵConsole} from './console'; |
16 | 15 | export {inject, setCurrentInjector as ɵsetCurrentInjector, ɵɵinject} from './di/injector_compatibility'; |
17 | 16 | export {getInjectableDef as ɵgetInjectableDef, ɵɵInjectableDef, ɵɵInjectorDef} from './di/interface/defs'; |
18 | 17 | export {INJECTOR_SCOPE as ɵINJECTOR_SCOPE} from './di/scope'; |
| 18 | +export {CurrencyIndex as ɵCurrencyIndex, ExtraLocaleDataIndex as ɵExtraLocaleDataIndex, LocaleDataIndex as ɵLocaleDataIndex, findLocaleData as ɵfindLocaleData, getLocaleCurrencyCode as ɵgetLocaleCurrencyCode, getLocalePluralCase as ɵgetLocalePluralCase, registerLocaleData as ɵregisterLocaleData, unregisterAllLocaleData as ɵunregisterLocaleData} from './i18n/locale_data_api'; |
19 | 19 | export {DEFAULT_LOCALE_ID as ɵDEFAULT_LOCALE_ID} from './i18n/localization'; |
20 | 20 | export {ivyEnabled as ɵivyEnabled} from './ivy_switch'; |
21 | 21 | export {ComponentFactory as ɵComponentFactory} from './linker/component_factory'; |
22 | 22 | export {CodegenComponentFactoryResolver as ɵCodegenComponentFactoryResolver} from './linker/component_factory_resolver'; |
23 | 23 | export {clearResolutionOfComponentResourcesQueue as ɵclearResolutionOfComponentResourcesQueue, resolveComponentResources as ɵresolveComponentResources} from './metadata/resource_loading'; |
24 | 24 | export {ReflectionCapabilities as ɵReflectionCapabilities} from './reflection/reflection_capabilities'; |
25 | 25 | export {GetterFn as ɵGetterFn, MethodFn as ɵMethodFn, SetterFn as ɵSetterFn} from './reflection/types'; |
| 26 | +export {BypassType as ɵBypassType, SafeHtml as ɵSafeHtml, SafeResourceUrl as ɵSafeResourceUrl, SafeScript as ɵSafeScript, SafeStyle as ɵSafeStyle, SafeUrl as ɵSafeUrl, SafeValue as ɵSafeValue, allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, getSanitizationBypassType as ɵgetSanitizationBypassType, unwrapSafeValue as ɵunwrapSafeValue} from './sanitization/bypass'; |
26 | 27 | export {_sanitizeHtml as ɵ_sanitizeHtml} from './sanitization/html_sanitizer'; |
27 | 28 | export {_sanitizeStyle as ɵ_sanitizeStyle} from './sanitization/style_sanitizer'; |
28 | 29 | export {_sanitizeUrl as ɵ_sanitizeUrl} from './sanitization/url_sanitizer'; |
29 | | -export {global as ɵglobal} from './util/global'; |
30 | 30 | export {looseIdentical as ɵlooseIdentical,} from './util/comparison'; |
31 | | -export {stringify as ɵstringify} from './util/stringify'; |
32 | 31 | export {makeDecorator as ɵmakeDecorator} from './util/decorators'; |
| 32 | +export {global as ɵglobal} from './util/global'; |
33 | 33 | export {isObservable as ɵisObservable, isPromise as ɵisPromise} from './util/lang'; |
| 34 | +export {stringify as ɵstringify} from './util/stringify'; |
34 | 35 | export {clearOverrides as ɵclearOverrides, initServicesIfNeeded as ɵinitServicesIfNeeded, overrideComponentView as ɵoverrideComponentView, overrideProvider as ɵoverrideProvider} from './view/index'; |
35 | 36 | export {NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR} from './view/provider'; |
36 | | -export {LocaleDataIndex as ɵLocaleDataIndex, CurrencyIndex as ɵCurrencyIndex, ExtraLocaleDataIndex as ɵExtraLocaleDataIndex, getLocaleCurrencyCode as ɵgetLocaleCurrencyCode, getLocalePluralCase as ɵgetLocalePluralCase, findLocaleData as ɵfindLocaleData, registerLocaleData as ɵregisterLocaleData, unregisterAllLocaleData as ɵunregisterLocaleData} from './i18n/locale_data_api'; |
37 | | -export {allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, getSanitizationBypassType as ɵgetSanitizationBypassType, BypassType as ɵBypassType, unwrapSafeValue as ɵunwrapSafeValue, SafeHtml as ɵSafeHtml, SafeResourceUrl as ɵSafeResourceUrl, SafeScript as ɵSafeScript, SafeStyle as ɵSafeStyle, SafeUrl as ɵSafeUrl, SafeValue as ɵSafeValue} from './sanitization/bypass'; |
0 commit comments