feat(core): add migration to remove entryComponents#44308
feat(core): add migration to remove entryComponents#44308crisbeto wants to merge 1 commit intoangular:masterfrom
Conversation
There was a problem hiding this comment.
FYI: ng update is rarely used for updating minors based on what I saw. Are we planning on re-running this for v14 major?
There was a problem hiding this comment.
We could. I suppose that I'll just have to bump the version here when we're close to 14?
There was a problem hiding this comment.
We could already have a second entry for v14 and keep the 13.1.0-one as well. Not feeling strongly though.
There was a problem hiding this comment.
👍 I've added the second entry.
561c043 to
650c2ea
Compare
Adds an automated migration that will drop any usages of `entryComponents` from `@NgModule` and `@Component`.
650c2ea to
885dc95
Compare
|
Merging by specific request -- ignoring Saucelabs checks |
|
This PR was merged into the repository by commit 5dff077. |
|
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. |
Adds an automated migration that will drop any usages of
entryComponentsfrom@NgModuleand@Component.