-
Notifications
You must be signed in to change notification settings - Fork 27k
refactor(core): Use ActionResolver in Dispatcher.
#56369
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
refactor(core): Use ActionResolver in Dispatcher.
#56369
Conversation
b7fe319 to
e4712ff
Compare
|
TESTED=TGP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
reviewed-for: fw-core, primitives
thePunderWoman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed-for: public-api
AndrewKushnir
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed-for: public-api
|
This PR was merged into the repository by commit 4ebd285. The changes were merged into the following branches: main, 18.0.x |
`EventContract` usages in Angular now use `false` for `useActionResolver`. Tests have been updated, with functionality that depends on `ActionResolver` moving to dispatcher_test.ts. PR Close #56369
|
Reopening this PR, since it caused some breakages in g3 and was rolled back. Revert PR: #56440. |
e4712ff to
e81abdb
Compare
`EventContract` usages in Angular now use `false` for `useActionResolver`. Tests have been updated, with functionality that depends on `ActionResolver` moving to dispatcher_test.ts. PR Close angular#56369
|
TESTED=TGP |
|
This PR was merged into the repository by commit 1d28fbb. The changes were merged into the following branches: main, 18.0.x |
|
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. |
EventContractusages in Angular now usefalseforuseActionResolver. Tests have been updated, with functionality that depends onActionResolvermoving to dispatcher_test.ts.PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?