UNPKG

injection-js

Version:

Dependency Injection library for JavaScript and TypeScript

17 lines 512 B
/** * @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 var ReflectorReader = (function () { function ReflectorReader() { } return ReflectorReader; }()); //# sourceMappingURL=reflector_reader.js.map