PLATFORM_COMMON_PROVIDERS = const [PLATFORM_CORE_PROVIDERS, const Provider(Reflector, useFactory: reflectorFactory, deps: const []), const Provider(ReflectorReader, useExisting: Reflector), TestabilityRegistry]

A default set of providers which should be included in any Angular platform.