view_engine_compatibility_prebound.ts (angular-11.0.1) | : | view_engine_compatibility_prebound.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 {ChangeDetectorRef, injectChangeDetectorRef} from '../change_detection/ch ange_detector_ref'; | import {ChangeDetectorRef, injectChangeDetectorRef} from '../change_detection/ch ange_detector_ref'; | |||
import {InjectFlags} from '../di/interface/injector'; | import {InjectFlags} from '../di/interface/injector'; | |||
import {createTemplateRef, TemplateRef} from '../linker/template_ref'; | import {createTemplateRef, TemplateRef} from '../linker/template_ref'; | |||
import {throwProviderNotFoundError} from './errors'; | import {throwProviderNotFoundError} from './errors_di'; | |||
import {TNode} from './interfaces/node'; | import {TNode} from './interfaces/node'; | |||
import {LView} from './interfaces/view'; | import {LView} from './interfaces/view'; | |||
/** | /** | |||
* Retrieves `TemplateRef` instance from `Injector` when a local reference is pl aced on the | * Retrieves `TemplateRef` instance from `Injector` when a local reference is pl aced on the | |||
* `<ng-template>` element. | * `<ng-template>` element. | |||
* | * | |||
* @codeGenApi | * @codeGenApi | |||
*/ | */ | |||
export function ɵɵtemplateRefExtractor(tNode: TNode, lView: LView): TemplateRef< any>|null { | export function ɵɵtemplateRefExtractor(tNode: TNode, lView: LView): TemplateRef< any>|null { | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |