@cristiancch wrote:
I’m working with:
<ion-item> <ion-label position="floating">Nombre</ion-label> <ion-input type="text" [(ngmodel)]="name"></ion-input> </ion-item>
Also, I imported FormsModule
import { FormsModule } from '@angular/forms'; .... @NgModule({ imports: [ FormsModule ], })
And I have this error:
Can’t bind to ‘ngmodel’ since it isn’t a known property of ‘ion-input’.
Please, help me!
Posts: 3
Participants: 2