error in dashboard component resolved
Issue-ID: PORTAL-813
Change-Id: I45c02b522411f72fcd9939bc5c46c044e13d9112
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
import { DashboardComponent } from './dashboard.component';
import { DashboardModule } from './dashboard.module';
+import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from '@angular/core';
+import { HttpClientTestingModule } from '@angular/common/http/testing';
describe('DashboardComponent', () => {
let component: DashboardComponent;
DashboardModule,
RouterTestingModule,
BrowserAnimationsModule,
+ HttpClientTestingModule
]
})
.compileComponents();