I am trying to make a form in my angular app, but when i want to implement ngModel on my form :
Connexion
Mot de passe oublie ?
Se Connecter
I have this error :
NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'. [plugin angular-compiler]
I can't import FormsModule in the app.module.ts because this file doesn't exists on Angular 17, i only have an app.config.ts file.
Can someone please explain me how to do?
No comments:
Post a Comment
Thanks