Core.js:1350 ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'call' of undefined

Hi All, I got an error as below

When I’m trying to call a page from a separate pages.ts file I’m getting an error like this.

example:
this.navCtrl.push(Exampleapageroot)

In page.ts
Exampleapageroot= “ExamplePage”

Can some help me out?

Thanks, advance.

1 Like

Any resolution to this? I have the exact same problem.