That is not how NavController is meant to be included.
If you are using JS, see the above post.
If you're using TS, you can import it like so:
constructor(
public nav: Navcontroller
){}
That is not how NavController is meant to be included.
If you are using JS, see the above post.
If you're using TS, you can import it like so:
constructor(
public nav: Navcontroller
){}