
committed by
Miško Hevery

parent
9afc9a7464
commit
e76a570908
@ -13,9 +13,9 @@ import {PlayerHandler} from '../interfaces/player';
|
||||
|
||||
import {LContainer} from './container';
|
||||
import {ComponentDef, ComponentQuery, ComponentTemplate, DirectiveDef, DirectiveDefList, HostBindingsFunction, PipeDef, PipeDefList} from './definition';
|
||||
import {LContainerNode, LElementContainerNode, LElementNode, TElementNode, TNode, TViewNode} from './node';
|
||||
import {TElementNode, TNode, TViewNode} from './node';
|
||||
import {LQueries} from './query';
|
||||
import {Renderer3} from './renderer';
|
||||
import {RElement, Renderer3} from './renderer';
|
||||
import {StylingContext} from './styling';
|
||||
|
||||
/** Size of LViewData's header. Necessary to adjust for it when setting slots. */
|
||||
@ -100,8 +100,7 @@ export interface LViewData extends Array<any> {
|
||||
*
|
||||
* If this is an embedded view, HOST will be null.
|
||||
*/
|
||||
// TODO: should store native elements directly when we remove LNode
|
||||
[HOST]: LElementNode|LContainerNode|LElementContainerNode|StylingContext|null;
|
||||
[HOST]: RElement|StylingContext|null;
|
||||
|
||||
/**
|
||||
* Pointer to the `TViewNode` or `TElementNode` which represents the root of the view.
|
||||
|
Reference in New Issue
Block a user