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
This issue may occurs when you're using angular 2+ naming conventions, where it's used to be like my-app.component.ts, updating to the ionic 3 naming convention my-app.ts, you'll be able to use the @IonicPage() decorator if you need it.
my-app.component.ts
my-app.ts
@IonicPage()