We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Can't bind to 'ngModel' since it isn't a known property of 'input'.
I have the following code in html template: <input type="text" [(ngModel)] ="data"/> When rendering the html page, the error was thrown.
Exception: Call to Node module failed with error: Error: Template parse errors: Can't bind to 'ngModel' since it isn't a known property of 'input'. ("
AspNetCoreAngular2 template doesn't allow to use ngModel directive.
Using ngModel directive should not throw any error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installed product versions
Description
Error: Can't bind to 'ngModel' since it isn't a known property of 'input'.
Steps to recreate
I have the following code in html template:
<input type="text" [(ngModel)] ="data"/>
When rendering the html page, the error was thrown.
Exception: Call to Node module failed with error: Error: Template parse errors:
Can't bind to 'ngModel' since it isn't a known property of 'input'. ("
][(ngModel)] ="data"/>
Current behavior
AspNetCoreAngular2 template doesn't allow to use ngModel directive.
Expected behavior
Using ngModel directive should not throw any error.
The text was updated successfully, but these errors were encountered: