mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
[DURACOM-368] enforce standalone components/directives/pipes via linting
This commit is contained in:
@@ -29,6 +29,7 @@ export interface SectionDataModel {
|
||||
*/
|
||||
@Component({
|
||||
selector: 'ds-section-model',
|
||||
standalone: true,
|
||||
template: '',
|
||||
})
|
||||
export abstract class SectionModelComponent implements OnDestroy, OnInit, SectionDataModel {
|
||||
|
Reference in New Issue
Block a user