I have N angular modules. One of them it is the root container that bootstrapped on and exists whole page life cycle. All other N-1 are games that nested i
Oh! I just realized you idea. Actually you have incorrect understanding of Angular building components.
They doesn't have any relation to the modules on a markup, it's just a logical unit in your app.
Look at the official developer guide for more details.