context.ts (angular-11.0.1) | : | context.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 {RNode} from './renderer'; | import {RNode} from './renderer_dom'; | |||
import {LView} from './view'; | import {LView} from './view'; | |||
/** | /** | |||
* This property will be monkey-patched on elements, components and directives | * This property will be monkey-patched on elements, components and directives | |||
*/ | */ | |||
export const MONKEY_PATCH_KEY_NAME = '__ngContext__'; | export const MONKEY_PATCH_KEY_NAME = '__ngContext__'; | |||
/** | /** | |||
* The internal view context which is specific to a given DOM element, directive or | * The internal view context which is specific to a given DOM element, directive or | |||
* component instance. Each value in here (besides the LView and element node de tails) | * component instance. Each value in here (besides the LView and element node de tails) | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |