You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add FormsModule in components.module.ts
Add a form
bind with a ts variable
"core.js:8046 Can't bind to 'ngModel' since it isn't a known property of 'input'."
What is expected?
Correct binding
What is actually happening?
I've added page in pages folder and this page is a form. This form cannot accept any binding "core.js:8046 Can't bind to 'ngModel' since it isn't a known property of 'input'." whereas I've added FormsModule in NgModule on components.module.ts ...
Solution
Additional comments
The text was updated successfully, but these errors were encountered:
Version
last version
Reproduction link
creativetimofficial/black-dashboard-angular#6
Operating System
Windows 10
Device
Laptop
Browser & Version
Chrome lastest
Steps to reproduce
Add FormsModule in components.module.ts
Add a form
bind with a ts variable
"core.js:8046 Can't bind to 'ngModel' since it isn't a known property of 'input'."
What is expected?
Correct binding
What is actually happening?
I've added page in pages folder and this page is a form. This form cannot accept any binding "core.js:8046 Can't bind to 'ngModel' since it isn't a known property of 'input'." whereas I've added FormsModule in NgModule on components.module.ts ...
Solution
Additional comments
The text was updated successfully, but these errors were encountered: