|
|
@ -1,4 +1,4 @@
|
|
|
|
import {PlatformLocation} from "@angular/common";
|
|
|
|
import {CommonModule, PlatformLocation} from "@angular/common";
|
|
|
|
import {HttpClient, HttpClientModule} from "@angular/common/http";
|
|
|
|
import {HttpClient, HttpClientModule} from "@angular/common/http";
|
|
|
|
import {NgModule} from "@angular/core";
|
|
|
|
import {NgModule} from "@angular/core";
|
|
|
|
import {FormsModule, ReactiveFormsModule} from "@angular/forms";
|
|
|
|
import {FormsModule, ReactiveFormsModule} from "@angular/forms";
|
|
|
@ -93,11 +93,12 @@ export function HttpLoaderFactory(http: HttpClient, platformLocation: PlatformLo
|
|
|
|
CaptchaModule,
|
|
|
|
CaptchaModule,
|
|
|
|
TooltipModule,
|
|
|
|
TooltipModule,
|
|
|
|
ConfirmDialogModule,
|
|
|
|
ConfirmDialogModule,
|
|
|
|
|
|
|
|
CommonModule,
|
|
|
|
TranslateModule.forRoot({
|
|
|
|
TranslateModule.forRoot({
|
|
|
|
loader: {
|
|
|
|
loader: {
|
|
|
|
provide: TranslateLoader,
|
|
|
|
provide: TranslateLoader,
|
|
|
|
useFactory: HttpLoaderFactory,
|
|
|
|
useFactory: HttpLoaderFactory,
|
|
|
|
deps: [HttpClient],
|
|
|
|
deps: [HttpClient, PlatformLocation],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}),
|
|
|
|
}),
|
|
|
|
],
|
|
|
|
],
|
|
|
|