Meteor-angular: Two angular apps

Hi,
I want to integrate with meteor two angular existing apps. One on ‘/toto’ and one on ‘/admin’ for example, I don’t want to include the javascript of one in the other. I try to do two packages (each one have it’s own dependencies), with iron router listening for the route, it is the good way to do or am I going on the wrong direction ?
Thank you.