UNPKG

547 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 */
8/**
9 * Provides read-only access to reflection data about symbols. Used internally by Angular
10 * to power dependency injection and compilation.
11 */
12var ReflectorReader = /** @class */ (function () {
13 function ReflectorReader() {
14 }
15 return ReflectorReader;
16}());
17export { ReflectorReader };
18//# sourceMappingURL=reflector_reader.js.map
\No newline at end of file