UNPKG

556 BJavaScriptView Raw
1/**
2 * @license
3 * Copyright Google Inc. All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8import { ReflectionCapabilities } from './reflection_capabilities';
9import { Reflector } from './reflector';
10export { Reflector } from './reflector';
11/**
12 * The {@link Reflector} used internally in Angular to access metadata
13 * about symbols.
14 */
15export var reflector = new Reflector(new ReflectionCapabilities());
16//# sourceMappingURL=reflection.js.map
\No newline at end of file