mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
intermediate commit
This commit is contained in:
@@ -12,8 +12,8 @@ import { rendersMenuItemForType } from '../menu-item.decorator';
|
||||
})
|
||||
@rendersMenuItemForType(MenuItemType.TEXT)
|
||||
export class TextMenuItemComponent {
|
||||
@Input() item: TextMenuItemModel;
|
||||
constructor(@Inject('itemModelProvider') item) {
|
||||
item: TextMenuItemModel;
|
||||
constructor(@Inject('itemModelProvider') item: TextMenuItemModel) {
|
||||
this.item = item;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user