Now that the @Page
decorator had been deprecated, how does the app differentiate between a component that should be used as part of a page and a component that represents a page you can navigate to?
The only difference I see that page components have no selector
property defined in the @Component
decorator.