Lucas Matos
Results
2
comments of
Lucas Matos
Add imports: [NgSelectModule, FormsModule] on component ...spec.ts before compiling will import the specific module ``` beforeEach(async(() => { TestBed.configureTestingModule({ declarations: [ InstituicaoComponent ], imports: [NgSelectModule, FormsModule] }) .compileComponents(); })); ```