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
Currently Angular CLI doesn't support an option to remove the component, you need to do it manually.