mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Fix build error
This commit is contained in:
@@ -14,7 +14,7 @@ import { DSONameService } from '../../core/breadcrumbs/dso-name.service';
|
|||||||
*/
|
*/
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-statistics-page',
|
selector: 'ds-statistics-page',
|
||||||
templateUrl: ''
|
template: ''
|
||||||
})
|
})
|
||||||
export abstract class StatisticsPageComponent<T extends DSpaceObject> implements OnInit {
|
export abstract class StatisticsPageComponent<T extends DSpaceObject> implements OnInit {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user