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
First of all, remove component folder, which you have to delete and then remove its entries which you have made in "ts" files.