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
The tag can only be used if the FormsModule was imported in the app module, especially when including the ngModel binding. If the FormsModule is not imported, I get this error:
Uncaught Error: Template parse errors:
Can't bind to 'ngModel' since it isn't a known property of 'json-editor'.
Please add this to your Readme file.
The text was updated successfully, but these errors were encountered:
The tag can only be used if the FormsModule was imported in the app module, especially when including the ngModel binding. If the FormsModule is not imported, I get this error:
Uncaught Error: Template parse errors:
Can't bind to 'ngModel' since it isn't a known property of 'json-editor'.
Please add this to your Readme file.
The text was updated successfully, but these errors were encountered: