injector_compatibility.ts (angular-11.0.1) | : | injector_compatibility.ts (angular-11.0.2) | ||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
* @license | * @license | |||
* Copyright Google LLC All Rights Reserved. | * Copyright Google LLC All Rights Reserved. | |||
* | * | |||
* Use of this source code is governed by an MIT-style license that can be | * 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 | * found in the LICENSE file at https://angular.io/license | |||
*/ | */ | |||
import '../util/ng_dev_mode'; | import '../util/ng_dev_mode'; | |||
import {Type} from '../interface/type'; | import {Type} from '../interface/type'; | |||
import {assertNotEqual} from '../util/assert'; | ||||
import {getClosureSafeProperty} from '../util/property'; | import {getClosureSafeProperty} from '../util/property'; | |||
import {stringify} from '../util/stringify'; | import {stringify} from '../util/stringify'; | |||
import {resolveForwardRef} from './forward_ref'; | import {resolveForwardRef} from './forward_ref'; | |||
import {getInjectImplementation, injectRootLimpMode} from './inject_switch'; | import {getInjectImplementation, injectRootLimpMode} from './inject_switch'; | |||
import {InjectionToken} from './injection_token'; | import {InjectionToken} from './injection_token'; | |||
import {Injector} from './injector'; | import {Injector} from './injector'; | |||
import {InjectFlags} from './interface/injector'; | import {InjectFlags} from './interface/injector'; | |||
import {ValueProvider} from './interface/provider'; | import {ValueProvider} from './interface/provider'; | |||
import {Inject, Optional, Self, SkipSelf} from './metadata'; | import {Inject, Optional, Self, SkipSelf} from './metadata'; | |||
const _THROW_IF_NOT_FOUND = {}; | const _THROW_IF_NOT_FOUND = {}; | |||
export const THROW_IF_NOT_FOUND = _THROW_IF_NOT_FOUND; | export const THROW_IF_NOT_FOUND = _THROW_IF_NOT_FOUND; | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 0 lines changed or added |