What is a routed entry component?

The components referenced in router configuration are called as routed entry components. Since router definition requires the users to add the component in two places (router and entryComponents), these components are always entry components. The compilers are smart enough to recognize a router definition and automatically add the router component into entryComponents .