mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 20:13:07 +00:00
added tests, aot fixes, lint fixes
This commit is contained in:
@@ -11,5 +11,5 @@ import { listableObjectComponent } from '../../object-collection/shared/listable
|
||||
templateUrl: './community-grid-element.component.html'
|
||||
})
|
||||
|
||||
@listableObjectComponent(Community.name, ViewMode.GridElement)
|
||||
@listableObjectComponent(Community, ViewMode.GridElement)
|
||||
export class CommunityGridElementComponent extends AbstractListableElementComponent<Community> {}
|
||||
|
Reference in New Issue
Block a user