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:
Define the variable
Select the input component and set the variable to its [(ngModel)] property
Use the TypeScript to read this variable (value of the input component)
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:
Define the variable
Select the input component and set the variable to its [(ngModel)] property