-
Notifications
You must be signed in to change notification settings - Fork 26.3k
refactor(platform-browser): Deprecate the platform-browser-dynamic
package
#61043
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(platform-browser): Deprecate the platform-browser-dynamic
package
#61043
Conversation
bd3c332
to
4e1cc6a
Compare
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-general, public-api
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: public-api
@JeanMeche it looks like there is a conflict with the |
…package All entries of the `@angular/platform-browser-dynamic` package are now deprecated. We now recommend using the `@angular/platform-browser` package instead. In case a JIT application/testing environment is complaining about missing the compiler also add `import '@angular/compiler'` DEPRECATED: All entries of the `@angular/platform-browser-dynamic`
4e1cc6a
to
df6616b
Compare
Caretaker note: docs-only change, no presubmit is required, should be safe to proceed with the merge. |
This PR was merged into the repository by commit a4e2139. The changes were merged into the following branches: main, 20.0.x |
…package (#61043) All entries of the `@angular/platform-browser-dynamic` package are now deprecated. We now recommend using the `@angular/platform-browser` package instead. In case a JIT application/testing environment is complaining about missing the compiler also add `import '@angular/compiler'` DEPRECATED: All entries of the `@angular/platform-browser-dynamic` PR Close #61043
All entries of the
@angular/platform-browser-dynamic
package are now deprecated. We now recommend using the@angular/platform-browser
package instead. In case a JIT application/testing environment is complaining about missing the compiler also addimport '@angular/compiler'
Note: JIT compilation remains supported as before.