-
Notifications
You must be signed in to change notification settings - Fork 307
Replace @angular/platform-browser-dynamic
with @angular/platform-browser
#3247
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
Conversation
Thanks for the reference! I've implemented the changes following the exact same pattern as PR #3079. The implementation includes:
All tests are passing and the build is working correctly. The changes address the Angular v20 deprecation while maintaining backward compatibility. Commit: 3fec760 |
@angular/platform-browser-dynamic
should be replaced by @angular/platform-browser
|
@copilot the test failed seems to be about missing injection token. Can you try this
for You should also search the internet, Angular GitHub and Angular doc about how to use
|
... I've implemented your suggestion by adding the Commit: e20f1a7 |
628a9e6
to
4f1210f
Compare
@angular/platform-browser-dynamic
with @angular/platform-browser
4f1210f
to
ee5bc90
Compare
0151cf2
to
cc6e403
Compare
Summary
See commits
Closes #3242
Closes #3239
Test plan
Green CI