mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
[DURACOM-368] enforce standalone components/directives/pipes via linting
This commit is contained in:
@@ -34,6 +34,7 @@ import { MyDSpaceActionsComponent } from './mydspace-actions';
|
||||
*/
|
||||
@Component({
|
||||
selector: 'ds-mydspace-reloadable-actions',
|
||||
standalone: true,
|
||||
template: '',
|
||||
})
|
||||
export abstract class MyDSpaceReloadableActionsComponent<T extends DSpaceObject, TService extends IdentifiableDataService<T>>
|
||||
|
Reference in New Issue
Block a user