refactor(compiler): don’t use AppElement
s for creating component views
This commit is contained in:
@ -40,7 +40,9 @@ export class ChangeDetectorStatusEnum {
|
||||
export class ViewConstructorVars {
|
||||
static viewUtils = o.variable('viewUtils');
|
||||
static parentInjector = o.variable('parentInjector');
|
||||
static declarationEl = o.variable('declarationEl');
|
||||
static parentView = o.variable('parentView');
|
||||
static parentIndex = o.variable('parentIndex');
|
||||
static parentElement = o.variable('parentElement');
|
||||
}
|
||||
|
||||
export class ViewProperties {
|
||||
|
Reference in New Issue
Block a user