mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-19 07:53:02 +00:00
[DURACOM-191] run optimize imports and lint fix
This commit is contained in:
@@ -27,9 +27,9 @@ import { SectionsType } from './sections-type';
|
||||
* Directive for handling generic section functionality
|
||||
*/
|
||||
@Directive({
|
||||
selector: '[dsSection]',
|
||||
exportAs: 'sectionRef',
|
||||
standalone: true
|
||||
selector: '[dsSection]',
|
||||
exportAs: 'sectionRef',
|
||||
standalone: true,
|
||||
})
|
||||
export class SectionsDirective implements OnDestroy, OnInit {
|
||||
|
||||
|
Reference in New Issue
Block a user