I tried using \"ng destroy component foo\" and it tells me \"The destroy command is not supported by Angular-CLI\"
How do we properly delete components with Angular
If you looking for some command in CLI, Then ans is NO for now. But you can do manually by deleting the component folder and all the references.