Can't bind to ngmodel since it isn't a known property of input angular?
Answer / Harish Jain
This error usually occurs when you've forgotten to import the FormsModule or ReactiveFormsModule in your module. You should ensure that Angular's forms modules are imported before using ngModel.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain ngif directive ?
What is a cookie?
What is transclusion in angular?
What is main differences between angular expression and javascript expression?
What is digest cycle?
What are directives in angular7?
Explain angular 2 hidden property?
How to create a block component dynamically on click of drop down?
What are Modules in AngularJS?
How do you use flexbox?
On which types of component can we create a custom directive?
What is inject in angular?