I am looking for a way to transfer user completed form (i created using form group and check boxes filled by arrays) from one page to another. I have tried params and using a dataResolver but unfortunately none of them have worked so far. Any suggestions would be helpful.
Asked
Active
Viewed 107 times
0
-
1you can use Global static class or `Router NavParams` or for real time transfer you can use Subject behavior. – Najam Us Saqib Apr 10 '21 at 04:04
-
check this: https://forum.ionicframework.com/t/how-to-pass-data-from-1-page-to-another-using-navigation-in-ionic-4/151060/2 – Najam Us Saqib Apr 10 '21 at 04:06
-
Check this link "https://stackoverflow.com/questions/65607106/pass-the-data-between-pages-in-ionic-5/65611575#65611575" – Ravi Ashara Apr 10 '21 at 06:20
-
thank you i will check these out. no solution i have tried has worked – jessie Apr 11 '21 at 12:02