compiler.ts (angular-11.0.1) | : | compiler.ts (angular-11.0.2) | ||
---|---|---|---|---|
skipping to change at line 14 | skipping to change at line 14 | |||
* | * | |||
* 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 {Injectable} from '../di/injectable'; | import {Injectable} from '../di/injectable'; | |||
import {InjectionToken} from '../di/injection_token'; | import {InjectionToken} from '../di/injection_token'; | |||
import {StaticProvider} from '../di/interface/provider'; | import {StaticProvider} from '../di/interface/provider'; | |||
import {MissingTranslationStrategy} from '../i18n/tokens'; | import {MissingTranslationStrategy} from '../i18n/tokens'; | |||
import {Type} from '../interface/type'; | import {Type} from '../interface/type'; | |||
import {ViewEncapsulation} from '../metadata'; | import {ViewEncapsulation} from '../metadata/view'; | |||
import {ComponentFactory as ComponentFactoryR3} from '../render3/component_ref'; | import {ComponentFactory as ComponentFactoryR3} from '../render3/component_ref'; | |||
import {getComponentDef, getNgModuleDef} from '../render3/definition'; | import {getComponentDef, getNgModuleDef} from '../render3/definition'; | |||
import {NgModuleFactory as NgModuleFactoryR3} from '../render3/ng_module_ref'; | import {NgModuleFactory as NgModuleFactoryR3} from '../render3/ng_module_ref'; | |||
import {maybeUnwrapFn} from '../render3/util/misc_utils'; | import {maybeUnwrapFn} from '../render3/util/misc_utils'; | |||
import {ComponentFactory} from './component_factory'; | import {ComponentFactory} from './component_factory'; | |||
import {NgModuleFactory} from './ng_module_factory'; | import {NgModuleFactory} from './ng_module_factory'; | |||
/** | /** | |||
* Combination of NgModuleFactory and ComponentFactorys. | * Combination of NgModuleFactory and ComponentFactorys. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |