refactor(core): Don't genrate standalone: true for definitions#58238
Closed
JeanMeche wants to merge 3 commits intoangular:mainfrom
Closed
refactor(core): Don't genrate standalone: true for definitions#58238JeanMeche wants to merge 3 commits intoangular:mainfrom
standalone: true for definitions#58238JeanMeche wants to merge 3 commits intoangular:mainfrom
Conversation
35ffae6 to
a995d89
Compare
a995d89 to
17ab637
Compare
17ab637 to
8fbf0a1
Compare
8fbf0a1 to
053ef27
Compare
51b2040 to
6f06886
Compare
alxhub
approved these changes
Oct 21, 2024
Member
|
Caretaker: this is "green" in g3 |
Contributor
|
@JeanMeche there are a couple of merge conflicts with the |
The runtime default is now `standalone: true`. `ɵɵdefineComponent`, `ɵɵdefineDirective` and `ɵɵdefinePipe` now set `standalone` as `true` by default in the definitions.
`standalone: true` is now the default at runtime.
`isStandaloneDecorator()` returns `false` only when the component is explicitly not standalone
d748fdd to
1b8d86b
Compare
Member
|
This PR was merged into the repository by commit 8af71c0. The changes were merged into the following branches: main, 19.0.x |
alxhub
pushed a commit
that referenced
this pull request
Oct 24, 2024
`standalone: true` is now the default at runtime. PR Close #58238
alxhub
pushed a commit
that referenced
this pull request
Oct 24, 2024
`isStandaloneDecorator()` returns `false` only when the component is explicitly not standalone PR Close #58238
|
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.
On top of #58236
See individual commits.