injection-js
Version:
Dependency Injection library for JavaScript and TypeScript
18 lines • 547 B
JavaScript
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
/**
* Provides read-only access to reflection data about symbols. Used internally by Angular
* to power dependency injection and compilation.
*/
var ReflectorReader = /** @class */ (function () {
function ReflectorReader() {
}
return ReflectorReader;
}());
export { ReflectorReader };
//# sourceMappingURL=reflector_reader.js.map