mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
87382: fixing circular dependencies
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Component, Inject, Input, OnInit } from '@angular/core';
|
||||
import { LinkMenuItemModel } from './models/link.model';
|
||||
import { MenuItemType } from '../initial-menus-state';
|
||||
import { rendersMenuItemForType } from '../menu-item.decorator';
|
||||
import { isNotEmpty } from '../../empty.util';
|
||||
import { environment } from '../../../../environments/environment';
|
||||
import { MenuItemType } from '../menu-item-type.model';
|
||||
|
||||
/**
|
||||
* Component that renders a menu section of type LINK
|
||||
|
Reference in New Issue
Block a user