refactor(compiler): rename AppElement
into ViewContainer
This commit is contained in:
@ -46,7 +46,7 @@ export class CompileView implements NameResolver {
|
||||
public rootNodes: CompileViewRootNode[] = [];
|
||||
public lastRenderNode: o.Expression = o.NULL_EXPR;
|
||||
|
||||
public appElements: o.Expression[] = [];
|
||||
public viewContainers: o.Expression[] = [];
|
||||
|
||||
public createMethod: CompileMethod;
|
||||
public animationBindingsMethod: CompileMethod;
|
||||
|
Reference in New Issue
Block a user