<ion-input> get value

Hi, how I can get value from
I have this version installed
node-v7.9.0-x64
Ionic Framework Version: 3.0.1
Ionic CLI Version: 2.2.2
Ionic App Lib Version: 2.2.1
Ionic App Scripts Version: 1.3.0
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Windows 7
Node Version: v7.9.0
Xcode version: Not installed

this is my code

Your ngModel isn’t bounded to an existing item. First declare the item in the top of your class underneath the export. Something like this: title = ‘’;

Then your model will be bound and you can use this.title.

1 Like

thank you soo much, I resolved with your help, I am totaly new in IONIC…

No problem. It’s actually more an Angular2 question, not really related to Ionic (although Ionic provides more ways to read data from an input). Please mark the answer as the solution, so it’s easier to see for people if this topic was already solved or not :slight_smile: