Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(ivy): add self-closing elementContainer instruction #31444

Conversation

crisbeto
Copy link
Member

@crisbeto crisbeto commented Jul 7, 2019

Adds a new elementContainer instruction that can be used to avoid two instruction (elementContainerStart and elementContainerEnd) for ng-container that has text-only content. This is particularly useful when we have ng-container inside i18n sections.

This PR resolves FW-1105.

Adds a new `elementContainer` instruction that can be used to avoid two instruction (`elementContainerStart` and `elementContainerEnd`) for `ng-container` that has text-only content. This is particularly useful when we have `ng-container` inside i18n sections.

This PR resolves FW-1105.
@crisbeto crisbeto force-pushed the FW-1105/self-closing-container-instruction branch from 36f541e to dbc2193 Compare July 7, 2019 14:36
@crisbeto crisbeto added comp: ivy action: review The PR is still awaiting reviews from at least one requested reviewer target: major This PR is targeted for the next major release labels Jul 7, 2019
@ngbot ngbot bot modified the milestone: needsTriage Jul 7, 2019
@crisbeto crisbeto marked this pull request as ready for review July 7, 2019 14:55
@crisbeto crisbeto requested review from a team as code owners July 7, 2019 14:55
Copy link
Contributor

@AndrewKushnir AndrewKushnir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@AndrewKushnir AndrewKushnir added the action: presubmit The PR is in need of a google3 presubmit label Jul 8, 2019
@AndrewKushnir
Copy link
Contributor

Copy link
Contributor

@kara kara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kara kara added action: merge The PR is ready for merge by the caretaker merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note and removed action: review The PR is still awaiting reviews from at least one requested reviewer action: presubmit The PR is in need of a google3 presubmit labels Jul 8, 2019
@kara
Copy link
Contributor

kara commented Jul 9, 2019

merge-assistance: global approval

@jasonaden jasonaden closed this in 23e0d65 Jul 9, 2019
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker cla: yes merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants