fix(compiler-cli): Support resolve animation name from the DTS#45107
fix(compiler-cli): Support resolve animation name from the DTS#45107ivanwonder wants to merge 1 commit intoangular:masterfrom
Conversation
cce1dd7 to
9513a15
Compare
packages/compiler-cli/src/ngtsc/annotations/component/src/handler.ts
Outdated
Show resolved
Hide resolved
packages/compiler-cli/src/ngtsc/annotations/component/src/handler.ts
Outdated
Show resolved
Hide resolved
packages/compiler-cli/src/ngtsc/annotations/component/src/handler.ts
Outdated
Show resolved
Hide resolved
9513a15 to
5f91105
Compare
|
@atscott This is the fix for animation completion in the DTS |
|
I'll leave this one for @JoostK to review since he knows how this part works much better than I do :) |
packages/compiler-cli/src/ngtsc/annotations/component/src/handler.ts
Outdated
Show resolved
Hide resolved
packages/compiler-cli/src/ngtsc/annotations/component/test/component_spec.ts
Outdated
Show resolved
Hide resolved
Before this, the compiler resolves the value in the DTS as dynamic. If the `trigger` is imported from `@angular/animations`, this PR will use FFR to simulate the actual implementation in JS and extracts the animation name.
5f91105 to
a1ff918
Compare
JoostK
left a comment
There was a problem hiding this comment.
Thanks for identifying this problem and providing a fix!
This comment was marked as resolved.
This comment was marked as resolved.
|
@ivanwonder This had a merge conflict with the patch branch. Could you create a new PR that targets the |
|
This PR was merged into the repository by commit c0778b4. |
|
|
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. |
…ar#45107) Before this, the compiler resolves the value in the DTS as dynamic. If the `trigger` is imported from `@angular/animations`, this PR will use FFR to simulate the actual implementation in JS and extracts the animation name. PR Close angular#45107
Before this, the compiler resolves the value in the DTS as dynamic.
If the
triggeris imported from@angular/animations, this PR willuse FFR to simulate the actual implementation in JS and extracts the
animation name.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information