I am unable to figure out difference between component and page in ionic2
From my understanding both are “components”
a page would generally relate to a specific view and may contain several components.
components would be more for specific functionality that you want to include in multiple pages to allow for easy code reuse.
1 Like