refactor(ivy): align compiler with runtime (#22921)
Remove `containerRefreshStart` and `containerRefreshEnd` instruction from the output. Generate directives as a list in `componentDef` rather than inline into instructions. This is consistent in making selector resolution runtime so that translation of templates can follow locality. PR Close #22921
This commit is contained in:

committed by
Alex Rickabaugh

parent
5266ffe04a
commit
60065935be
@ -81,7 +81,7 @@ export class TreeComponent {
|
||||
},
|
||||
factory: () => new TreeComponent,
|
||||
inputs: {data: 'data'},
|
||||
directiveDefs: () => [TreeComponent.ngComponentDef]
|
||||
directives: () => [TreeComponent]
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user