mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23:04 +00:00
#150 Initial grid/list view implementation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Component, Input, Injector, ReflectiveInjector, OnInit } from '@angular/core';
|
||||
import { ListableObject } from '../listable-object/listable-object.model';
|
||||
import { getListElementFor } from '../list-element-decorator'
|
||||
import { GenericConstructor } from '../../core/shared/generic-constructor';
|
||||
import { ListableObject } from '../../object-collection/shared/listable-object.model';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-wrapper-list-element',
|
||||
|
Reference in New Issue
Block a user