Refresh Resolved

This commit is contained in:
venbatechnologies@gmail.com 2018-09-24 11:36:03 +05:30
parent 566f1fbddb
commit 7892db4e68

View File

@ -6,6 +6,8 @@ import { FormsModule } from '@angular/forms';
import { HttpModule, Http } from '@angular/http';
import { HttpClientModule, HttpClient, HTTP_INTERCEPTORS} from '@angular/common/http';
import { LocationStrategy, HashLocationStrategy } from '@angular/common';
import { PerfectScrollbarModule } from 'ngx-perfect-scrollbar';
import { PERFECT_SCROLLBAR_CONFIG } from 'ngx-perfect-scrollbar';
import { PerfectScrollbarConfigInterface } from 'ngx-perfect-scrollbar';
@ -86,6 +88,10 @@ const DEFAULT_PERFECT_SCROLLBAR_CONFIG: PerfectScrollbarConfigInterface = {
FlexLayoutModule,
],
providers: [
{
provide: LocationStrategy,
useClass: HashLocationStrategy,
},
AwsService,
TranslateService,
// {