-
Notifications
You must be signed in to change notification settings - Fork 26.3k
refactor(core): standalone: false
#58160
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
standalone: false
ae2644c
to
8ad32a9
Compare
8ad32a9
to
f4e77a4
Compare
f4e77a4
to
a20849e
Compare
a20849e
to
596a31f
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: global-approvers
@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) |
This PR was merged into the repository by commit c42759b. The changes were merged into the following branches: main |
All components, directives and pipes will now use standalone as default. Non-standalone decorators have now . PR Close #58160
All components, directives and pipes will now use standalone as default. Non-standalone decorators have now . PR Close #58160
All components, directives and pipes will now use standalone as default. Non-standalone decorators have now . PR Close #58160
All components, directives and pipes will now use standalone as default. Non-standalone decorators have now . PR Close #58160
This commit is part of the update to standalone by default PR Close #58160
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. |
1st step to migrate the repo to enable standalone by default: Prepare the codebase to recieve the change by setting
standalone: false
on NgModule declared components.