If ngModel is used with a form tag, either the name attribute must be set or the form control must be defined as 'standalone' in ngModelOptions.
This Angular 4 error suggests you are associating an [(ngModel)] with something that is not an attribute. A hierarchical naming drill down will not work here.
No comments:
Post a Comment