mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 13:03:04 +00:00
Added component to edit and create a resource policy
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-resource-policy-edit',
|
||||
templateUrl: './resource-policy-edit.component.html'
|
||||
})
|
||||
export class ResourcePolicyEditComponent {
|
||||
|
||||
}
|
Reference in New Issue
Block a user