mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
feat: migrate everything to standalone and fix build errors
This commit is contained in:
@@ -14,8 +14,9 @@ import { MenuItemType } from '../menu-item-type.model';
|
||||
* A basic implementation of a menu section's component
|
||||
*/
|
||||
@Component({
|
||||
selector: 'ds-menu-section',
|
||||
template: ''
|
||||
selector: 'ds-menu-section',
|
||||
template: '',
|
||||
standalone: true
|
||||
})
|
||||
export class MenuSectionComponent implements OnInit, OnDestroy {
|
||||
|
||||
|
Reference in New Issue
Block a user