element_ref.ts (angular-11.0.1) | : | element_ref.ts (angular-11.0.2) | ||
---|---|---|---|---|
/** | /** | |||
* @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 {TNode} from '../render3/interfaces/node'; | import {TNode} from '../render3/interfaces/node'; | |||
import {RElement} from '../render3/interfaces/renderer'; | import {RElement} from '../render3/interfaces/renderer_dom'; | |||
import {LView} from '../render3/interfaces/view'; | import {LView} from '../render3/interfaces/view'; | |||
import {getCurrentTNode, getLView} from '../render3/state'; | import {getCurrentTNode, getLView} from '../render3/state'; | |||
import {getNativeByTNode} from '../render3/util/view_utils'; | import {getNativeByTNode} from '../render3/util/view_utils'; | |||
import {noop} from '../util/noop'; | import {noop} from '../util/noop'; | |||
/** | /** | |||
* Creates an ElementRef from the most recent node. | * Creates an ElementRef from the most recent node. | |||
* | * | |||
* @returns The ElementRef instance to use | * @returns The ElementRef instance to use | |||
*/ | */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |