UNPKG

922 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 * @module
10 * @description
11 * The `di` module provides dependency injection container services.
12 */
13export * from './metadata';
14export { forwardRef, resolveForwardRef } from './forward_ref';
15export { Injector } from './injector';
16export { ReflectiveInjector } from './reflective_injector';
17export { ResolvedReflectiveFactory } from './reflective_provider';
18export { ReflectiveKey } from './reflective_key';
19export { InjectionToken, OpaqueToken } from './injection_token';
20export { Class, makeDecorator, makeParamDecorator, makePropDecorator } from './util/decorators';
21export { resolveDependencies } from './util/resolve_dependencies';
22export { Type, isType } from './facade/type';
23//# sourceMappingURL=index.js.map
\No newline at end of file