fix(compiler): Fix the template pipeline option#54148
fix(compiler): Fix the template pipeline option#54148dylhunn wants to merge 1 commit intoangular:mainfrom
Conversation
The `useTemplatePipeline` option was not properly threaded through the component handler.
|
Is there any documentation you can share about this feature or maybe a small summary with pros/cons and what the future holds? I'm open to give this feature a try in our projects to give early feedback if any but I'm curious to what I should be looking at |
|
The Template Pipeline is a brand new backend for the Angular compiler, replacing Users should experience no changes, since Template Pipeline produces almost-identical code to We are adding this option for our own testing purposes, to ensure that there are no behavior changes in applications. |
|
@dylhunn I see, thank you for your reply! |
|
caretaker: no g3 impact, and hand-tested when enabled |
|
This PR was merged into the repository by commit 7b4d275. |
The `useTemplatePipeline` option was not properly threaded through the component handler. PR Close angular#54148
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
The
useTemplatePipelineoption was not properly threaded through the component handler.