60113: context sensitive popup started from submission branch

This commit is contained in:
lotte
2019-02-20 16:21:03 +01:00
parent cebea75605
commit bc305e2aa6
13 changed files with 246 additions and 12 deletions

View File

@@ -5,17 +5,20 @@ import { TranslateModule } from '@ngx-translate/core';
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';
const COMPONENTS = [
MenuSectionComponent,
MenuComponent,
LinkMenuItemComponent,
TextMenuItemComponent
TextMenuItemComponent,
OnClickMenuItemComponent
];
const ENTRY_COMPONENTS = [
LinkMenuItemComponent,
TextMenuItemComponent
TextMenuItemComponent,
OnClickMenuItemComponent
];
const MODULES = [