refactor(platform-browser): Deprecate the platform-browser-dynamic package#61043
Closed
JeanMeche wants to merge 1 commit intoangular:mainfrom
Closed
refactor(platform-browser): Deprecate the platform-browser-dynamic package#61043JeanMeche wants to merge 1 commit intoangular:mainfrom
platform-browser-dynamic package#61043JeanMeche wants to merge 1 commit intoangular:mainfrom
Conversation
bd3c332 to
4e1cc6a
Compare
thePunderWoman
approved these changes
May 8, 2025
devversion
approved these changes
May 9, 2025
Member
devversion
left a comment
There was a problem hiding this comment.
LGTM
Reviewed-for: public-api
Contributor
|
@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
AndrewKushnir
approved these changes
May 14, 2025
Contributor
|
Caretaker note: docs-only change, no presubmit is required, should be safe to proceed with the merge. |
Member
|
This PR was merged into the repository by commit a4e2139. The changes were merged into the following branches: main, 20.0.x |
alxhub
pushed a commit
that referenced
this pull request
May 15, 2025
…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
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All entries of the
@angular/platform-browser-dynamicpackage are now deprecated. We now recommend using the@angular/platform-browserpackage 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.