-
Notifications
You must be signed in to change notification settings - Fork 12k
fix(@schematics/angular): alphabetically order imports during component generation #23159
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
fix(@schematics/angular): alphabetically order imports during component generation #23159
Conversation
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, can you please change the commit scope to @schematics/angular
?
…nt generation change the order of imports during component generation using changeDetectionStrategy set to OnPush closes angular#23156
b6b838e
to
7ba1c76
Compare
Ty! I made the change. |
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
Merge conflicts detected against the patch branch (13.3.x). Switching to target RC. If you'd like this change to be available on the patch branch (13.3.x), please open a separate PR targeting 13.3.x. |
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. |
change the order of imports during component generation using
changeDetectionStrategy
set toOnPush
closes #23156