Wondering if there is any recommendation for bootstrapping single component vs multiple components.
Since a component hierarchy can easily be set with one root (AppComponent that is), what are the use cases where one go for bootstrapping multiple components? Will there be any performance penalty for using one approach vis-a-vis the other?