What is the equivalent code for this in IONIC 5?
JQM Code: var EmployeeID = Apperyio('EMP_IDNo').val();
IONIC 5 Code: ??? let EmployID =
I haven't seen documentation regarding getting the using typescript in Ionic.
What is the equivalent code for this in IONIC 5?
JQM Code: var EmployeeID = Apperyio('EMP_IDNo').val();
IONIC 5 Code: ??? let EmployID =
I haven't seen documentation regarding getting the using typescript in Ionic.
To read values of input components in Appery.io apps, based on Ionic 5 you just need to read variables, which are used in the property [(ngModel)] of that input components: