refactor(core): simplify Reflector code, add types (#12099)
This commit is contained in:
committed by
Tobias Bosch
parent
c9b765f5c0
commit
0254ce1f6c
@@ -16,4 +16,4 @@ export {ReflectionInfo, Reflector} from './reflector';
|
||||
* The {@link Reflector} used internally in Angular to access metadata
|
||||
* about symbols.
|
||||
*/
|
||||
export var reflector = new Reflector(new ReflectionCapabilities());
|
||||
export const reflector = new Reflector(new ReflectionCapabilities());
|
||||
|
||||
Reference in New Issue
Block a user