I\'ve got the following error when launching my Angular app, even if the component is not displayed.
I have to comment out the so that my
In order to be able to use two-way data binding for form inputs you need to import theFormsModule package in your Angular module. For more info see the Angular 2 official tutorial here and the official documentation for forms
FormsModule
Angular
Angular 2