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
I am using Angular 7
I have to import ReactiveFormsModule because I am using FormBuilder class to create reactive form.
import { FormsModule, ReactiveFormsModule } from '@angular/forms'; @NgModule({ imports: [ CommonModule, FormsModule, ReactiveFormsModule ], declarations: []})