misc fixes

This commit is contained in:
lotte
2019-05-08 16:32:32 +02:00
parent 8865d6e049
commit 22bd69ba13
7 changed files with 61 additions and 35 deletions

View File

@@ -6,6 +6,7 @@ import { RouterModule } from '@angular/router';
import { LinkMenuItemComponent } from './menu-item/link-menu-item.component';
import { TextMenuItemComponent } from './menu-item/text-menu-item.component';
import { OnClickMenuItemComponent } from './menu-item/onclick-menu-item.component';
import { CommonModule } from '@angular/common';
const COMPONENTS = [
MenuSectionComponent,
@@ -23,7 +24,8 @@ const ENTRY_COMPONENTS = [
const MODULES = [
TranslateModule,
RouterModule
RouterModule,
CommonModule
];
const PROVIDERS = [