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
Using only:
import { IonicPage } from 'ionic-angular'; @IonicPage() @Component({ selector: 'page-abc', templateUrl: 'abc.html', })