I am not sure if it is the best way, but it worked for me.
1) First, I deleted the component folder.
2) Then, I cleared app.module.ts, app.component.ts & app.component.html of the imports and declarations related to the component I wanted to delete.
3) Similarly, I cleared main.ts.
I just saved and refreshed the app and it worked.