Managing a large application with over 1500 pages can be challenging. I have opted to use angular UI Router for routing.
I am interested in learning about the best practices for handling routing in such a vast application.
- Should I define all routes in app.js?
- Or is it better to define routing per module?