I have probably a problem with this.nav.push in Ionic. I have done a login/registration page but when I login, I get this error message. I have to add some code
this.nav.push
Just add @IonicPage() before @component in ts file for example:
@IonicPage() @Component({ selector: 'page-wall', templateUrl: 'wall.html', })