if (this.nav.last().instance instanceof SupplierSelectPage) { this.form.controls['SupplierName'].markAsTouched(); }
I have updated the Ionic version to 7, after that, I am facing issues on the property last().
last()
Can someone help?
If you use ion-nav, you need to try the following methods to access the latest view or by index:
ion-nav
getActive
getByIndex
In your case you can check .last to .getActive
.last
.getActive