refactor(ivy): move hostBindings calls out of template (#22833)
PR Close #22833
This commit is contained in:

committed by
Misko Hevery

parent
ce63dc6f95
commit
4f21d373b7
@ -58,7 +58,6 @@ export class TreeComponent {
|
||||
e();
|
||||
}
|
||||
p(0, 'data', b(ctx.data.left));
|
||||
TreeComponent.ngComponentDef.h(1, 0);
|
||||
}
|
||||
v();
|
||||
}
|
||||
@ -74,7 +73,6 @@ export class TreeComponent {
|
||||
e();
|
||||
}
|
||||
p(0, 'data', b(ctx.data.right));
|
||||
TreeComponent.ngComponentDef.h(1, 0);
|
||||
}
|
||||
v();
|
||||
}
|
||||
|
Reference in New Issue
Block a user