HI guys, I’m making an app and looking to use a range slider to set a value.
I’ve got that part fine, but I’m looking for this value to maybe be a global value that can be used in pages later pushed onto the stack. For context there are 6 pages with a user input on each and at the need to perform a calculation with all 6 values, and so I need a way to call values from different pages.
As you can see above, the value are stored using ngModel, I can’t find any documentation (or havent looked well enough to find any) which explains how to use ngModel values across pages. Any ideas?