injection-js
Version:
Dependency Injection library for JavaScript and TypeScript
14 lines • 428 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.
*/
export class ReflectorReader {
}
//# sourceMappingURL=reflector_reader.js.map