mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
feat: migrate everything to standalone and fix build errors
This commit is contained in:
@@ -8,8 +8,9 @@ import { Component } from '@angular/core';
|
||||
* Abstract Component that is able to track changes made in the inheriting component using the ObjectUpdateService
|
||||
*/
|
||||
@Component({
|
||||
selector: 'ds-abstract-trackable',
|
||||
template: ''
|
||||
selector: 'ds-abstract-trackable',
|
||||
template: '',
|
||||
standalone: true
|
||||
})
|
||||
export class AbstractTrackableComponent {
|
||||
|
||||
|
Reference in New Issue
Block a user