refactor(core): standalone: false#58160
Closed
JeanMeche wants to merge 8 commits intoangular:mainfrom
Closed
Conversation
standalone: false
ae2644c to
8ad32a9
Compare
8ad32a9 to
f4e77a4
Compare
f4e77a4 to
a20849e
Compare
a20849e to
596a31f
Compare
fdcb239 to
3c4512f
Compare
3c4512f to
935991a
Compare
…ag` schematic. All components, directives and pipes will now use standalone as default. Non-standalone decorators have now `standalone: false`.
All components, directives and pipes will now use standalone as default. Non-standalone decorators have now .
All components, directives and pipes will now use standalone as default. Non-standalone decorators have now .
All components, directives and pipes will now use standalone as default. Non-standalone decorators have now .
All components, directives and pipes will now use standalone as default. Non-standalone decorators have now .
… default This commit is part of the migration to standalone by default.
…e by default This commit is part of the migration to standalone by default.
935991a to
179d8ae
Compare
This commit is part of the update to standalone by default
179d8ae to
73db6f2
Compare
jelbourn
approved these changes
Oct 13, 2024
Contributor
jelbourn
left a comment
There was a problem hiding this comment.
LGTM
Reviewed-for: global-approvers
Member
|
@JeanMeche @jelbourn is this really ready to merge? I see global approval, but many pending reviewers. Please remove those if ready (caretaker only merges PRs that are fully green w/ merge ready— OR if there is a caretaker note for pending/failing checks) |
Member
|
This PR was merged into the repository by commit c42759b. The changes were merged into the following branches: main |
|
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.
1st step to migrate the repo to enable standalone by default: Prepare the codebase to recieve the change by setting
standalone: falseon NgModule declared components.