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