UNPKG

764 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 { Inject, Optional, Injectable, Self, SkipSelf, Host } from './di/metadata';
14export { forwardRef, resolveForwardRef } from './di/forward_ref';
15export { Injector } from './di/injector';
16export { ReflectiveInjector } from './di/reflective_injector';
17export { ResolvedReflectiveFactory } from './di/reflective_provider';
18export { ReflectiveKey } from './di/reflective_key';
19export { OpaqueToken } from './di/opaque_token';
20//# sourceMappingURL=di.js.map
\No newline at end of file