mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
65240: AoT build error fixes
This commit is contained in:
@@ -12,7 +12,7 @@ import { getCollectionPageRoute } from '../collection-page-routing.module';
|
||||
templateUrl: '../../shared/comcol-forms/edit-comcol-page/edit-comcol-page.component.html'
|
||||
})
|
||||
export class EditCollectionPageComponent extends EditComColPageComponent<Collection> {
|
||||
protected type = 'collection';
|
||||
type = 'collection';
|
||||
|
||||
public constructor(
|
||||
protected router: Router,
|
||||
|
Reference in New Issue
Block a user