container.ts (angular-11.0.1) | : | container.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 './node'; | import {TNode} from './node'; | |||
import {RComment, RElement} from './renderer'; | import {RComment, RElement} from './renderer_dom'; | |||
import {HOST, LView, NEXT, PARENT, T_HOST, TRANSPLANTED_VIEWS_TO_REFRESH} from ' ./view'; | import {HOST, LView, NEXT, PARENT, T_HOST, TRANSPLANTED_VIEWS_TO_REFRESH} from ' ./view'; | |||
/** | /** | |||
* Special location which allows easy identification of type. If we have an arra y which was | * Special location which allows easy identification of type. If we have an arra y which was | |||
* retrieved from the `LView` and that array has `true` at `TYPE` location, we k now it is | * retrieved from the `LView` and that array has `true` at `TYPE` location, we k now it is | |||
* `LContainer`. | * `LContainer`. | |||
*/ | */ | |||
export const TYPE = 1; | export const TYPE = 1; | |||
/** | /** | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |