I would like to be able to boot multiple app root component into my index.html page. This was initially possible on angular 2 beta 0 - 15, but starting in beta 16, it is not wor
http://plnkr.co/edit/APFwcpOGsMlOMVdGCkCI
It got much easier with newer versions:
bootstrap(Comp1); bootstrap(Comp2);
Also here is a more advanced example of how to implement communication between applications: http://plnkr.co/edit/aZqdJe3OZ8K2odHioWkB