0
I have an application with divided into several service blocks developed using Nodejs, Angularjs and Mongodb using Express. Each service block has its own services, controllers and their own partials that work independently, but I can’t link between the various pages to unify the presentation of these services. I need help to solve this problem.
Can you explain more about the structure of your application? and what code you have?
– Sergio
You need to create modules and assign these service blocks and controllers to them. Look at this another answer for you to have an idea.
– Pedro Laini