Issue 298 Language switch

This commit is contained in:
Bram Luyten
2018-11-18 08:21:51 +01:00
parent 761966020e
commit 17be7a34e0
10 changed files with 277 additions and 6 deletions

View File

@@ -86,6 +86,7 @@ import { CapitalizePipe } from './utils/capitalize.pipe';
import { ObjectKeysPipe } from './utils/object-keys-pipe';
import { MomentModule } from 'ngx-moment';
import { MenuModule } from './menu/menu.module';
import {LangSwitchComponent} from './lang-switch/lang-switch.component';
const MODULES = [
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
@@ -140,6 +141,7 @@ const COMPONENTS = [
DsDatePickerComponent,
ErrorComponent,
FormComponent,
LangSwitchComponent,
LoadingComponent,
LogInComponent,
LogOutComponent,