mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
misc fixes
This commit is contained in:
@@ -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 = [
|
||||
|
||||
|
Reference in New Issue
Block a user