🐞 Bug report
Command (mark with an x)
Is this a regression?
No
Description
Using `ng g component --changeDetection=OnPush` the imports are not being alphabetically imported
🔬 Minimal Reproduction
- run
ng g component --changeDetection=OnPush
- The generated component (ts file) is generated like this:

- But it should be like this, to be alphabetically ordered:

🔥 Exception or Error
🌍 Your Environment

Anything else relevant?