How to delete/remove a scaffolded route generated in Yeoman Angular

Viewed 7283

I know I could just delete the code and files; however, is there a way to remove a generated route in yeoman - angular in a similar automated command?

e.g. yo angular:route myroute is how you generate it

What is the cmd line code I would run to remove, rollback, or delete this scaffolding of a route?

4 Answers
Related