I have recently implemented angular2 cli on one of my site, because of angular2 upgrade.
I want to know how I can create different component per page without using route? Is it even possible?
right now its one big angular2 main bundle. kind of confused on how to decouple it.