mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
[DURACOM-191] run optimize imports and lint fix
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
import { AsyncPipe } from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
OnInit,
|
||||
} from '@angular/core';
|
||||
import { ActivatedRoute, RouterLink } from '@angular/router';
|
||||
import {
|
||||
ActivatedRoute,
|
||||
RouterLink,
|
||||
} from '@angular/router';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { Observable } from 'rxjs';
|
||||
import {
|
||||
first,
|
||||
@@ -12,8 +17,6 @@ import {
|
||||
import { RemoteData } from '../../core/data/remote-data';
|
||||
import { DSpaceObject } from '../../core/shared/dspace-object.model';
|
||||
import { ResourcePoliciesComponent } from '../../shared/resource-policies/resource-policies.component';
|
||||
import { AsyncPipe } from '@angular/common';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-collection-authorizations',
|
||||
@@ -22,9 +25,9 @@ import { TranslateModule } from '@ngx-translate/core';
|
||||
ResourcePoliciesComponent,
|
||||
AsyncPipe,
|
||||
TranslateModule,
|
||||
RouterLink
|
||||
RouterLink,
|
||||
],
|
||||
standalone: true
|
||||
standalone: true,
|
||||
})
|
||||
/**
|
||||
* Component that handles the Collection Authorizations
|
||||
|
Reference in New Issue
Block a user