I\'m just updating my angular2-app to new RC5. I got quite far, and everything seems ok, but now I want to re-organize it into NgModules
angular2-app
RC5
NgModules
I make a module that contains ALL my shared components.
This makes it much easier to import it in my other modules.
Pro tip: put routing into your modules, and try - just for fun - to make one of them lazy loaded.
Then you'll think: "whoaaaaa modules are cooooolllll"