For me the issue was with @Component Selector path was pointing to wrong path. After changing it solved the issue.
@Component({
selector: 'app-fetch-data',
templateUrl: './fetch-data.component.html',
providers: [ToolbarService, GroupService, FilterService, PageService, ExcelExportService, PdfExportService]
})