mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
10 lines
233 B
TypeScript
10 lines
233 B
TypeScript
import {Component} from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'ds-ldn-service-new',
|
|
templateUrl: './ldn-service-new.component.html',
|
|
styleUrls: ['./ldn-service-new.component.scss']
|
|
})
|
|
export class LdnServiceNewComponent {
|
|
}
|