In Angular 19 we now get warnings about unused imports. (unused classes in the imports array).
The blog post says "auto remove"
Additionally, the Angular language service will highlight such unused imports and provide the functionality to auto remove them directly in your IDE or text editor.
At this stage I could never manually go through to remove every reported warning.
So how do we auto remove them?