diff --git a/packages/core/src/reflection/reflector.ts b/packages/core/src/reflection/reflector.ts index 8115a14e33..678941f442 100644 --- a/packages/core/src/reflection/reflector.ts +++ b/packages/core/src/reflection/reflector.ts @@ -10,8 +10,8 @@ import {Type} from '../type'; import {PlatformReflectionCapabilities} from './platform_reflection_capabilities'; import {GetterFn, MethodFn, SetterFn} from './types'; -export {PlatformReflectionCapabilities} from './platform_reflection_capabilities'; -export {GetterFn, MethodFn, SetterFn} from './types'; +export {PlatformReflectionCapabilities}; +export {GetterFn, MethodFn, SetterFn}; /** * Provides access to reflection data about symbols. Used internally by Angular