I am doing a project for myself to learn. And today I got a question. As I am building up on code, I create more modules, so that app.module wouldn't be just a big pile of component imports. And I think it makes project and code more readable and easier maintained. So my question is, should I also make more than one routing file, like within module, or should it be just one?
Thanks!