APPLICATION_COMMON_PROVIDERS = const [APPLICATION_CORE_PROVIDERS, const Provider(ComponentResolver, useClass: ReflectorComponentResolver), APP_ID_RANDOM_PROVIDER, AppViewUtils, const Provider(IterableDiffers, useValue: defaultIterableDiffers), const Provider(KeyValueDiffers, useValue: defaultKeyValueDiffers), const Provider(DynamicComponentLoader, useClass: DynamicComponentLoaderImpl)]

A default set of providers which should be included in any Angular application, regardless of the platform it runs onto.