I was working on page navigation in Ionic. After using ionic serve, I got this error:
ionic serve
The Page with .ts extension has a @IonicPage decorator, but
I just removed the following attribute from the component page:
@IonicPage()
Other ionic example pages don't even have it. Seems like the ionic CLI is outdated (I'm guessing you used that to generate the page component).