refactor(platform-browser) improve error message for UNEXPECTED_SYNTHETIC_PROPERTY#58983
refactor(platform-browser) improve error message for UNEXPECTED_SYNTHETIC_PROPERTY#58983DMezhenskyi wants to merge 1 commit intoangular:mainfrom
Conversation
de36066 to
189c251
Compare
pkozlowski-opensource
left a comment
There was a problem hiding this comment.
It looks like we've got tests verifying the error message (see failing CI jobs) - those will have to be updated as well.
10b7e30 to
5bc4794
Compare
|
@DMezhenskyi could you please merge all commits into the first one (and make sure the commit message body has some content, as described in the |
…HETIC_PROPERTY Improve error message by adding instructions for enabling animations using standalone API.
5bc4794 to
fc7b34b
Compare
|
Hey @AndrewKushnir! Sure, I squashed commits and added the body to the commit message. Hopefully, this time everything will go OK. |
|
This PR was merged into the repository by commit 00cc923. The changes were merged into the following branches: main, 19.0.x |
…HETIC_PROPERTY (angular#58983) Improve error message by adding instructions for enabling animations using standalone API. PR Close angular#58983
|
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. |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Improved error message for
RuntimeErrorCode.UNEXPECTED_SYNTHETIC_PROPERTY. Added instructions for enabling animations using standalone API.What is the current behavior?
The error message contains instructions on how to configure animation only for Module-based app configuration.
Issue Number: N/A
What is the new behavior?
The error message contains instructions on how to configure animation for Standalone app configuration as well.
Does this PR introduce a breaking change?
Other information