What is the best way to delete a component with CLI
destroy or something similar may come to the CLI, but it is not a primary focus at this time. So you will need to do this manually. Delete the component directory (assuming you didn’t use –flat) and then remove it from the NgModule in which it is declared. If you are unsure of what to … Read more