mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-19 07:53:02 +00:00
feat: migrate everything to standalone and fix build errors
This commit is contained in:
@@ -15,8 +15,9 @@ import { SubmissionSectionError } from '../objects/submission-section-error.mode
|
||||
* Directive for handling generic section functionality
|
||||
*/
|
||||
@Directive({
|
||||
selector: '[dsSection]',
|
||||
exportAs: 'sectionRef'
|
||||
selector: '[dsSection]',
|
||||
exportAs: 'sectionRef',
|
||||
standalone: true
|
||||
})
|
||||
export class SectionsDirective implements OnDestroy, OnInit {
|
||||
|
||||
|
Reference in New Issue
Block a user