Closed grahamroy closed 2 years ago
Can't bind to 'ngModel' since it isn't a known property of 'ngx-editor'.
For ngModel
to work. You must include FormsModule
. can you add that and try?
DOH!
Thanks for your help :)
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in the thread.
What happened?
I have scaffolded a basic Angular 13 app and added ngx-editor as described. When I try and build the project I get:
Can't bind to 'ngModel' since it isn't a known property of 'ngx-editor'.
Can't bind to 'disabled' since it isn't a known property of 'ngx-editor'.
Version
^12.0.0
What browsers are you seeing the problem on?
Chrome
Link to reproduce
https://github.com/grahamroy/editor
Relevant log output
Willing to submit a PR?
Yes