File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
apps/admin-gui/src/app/shared Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,12 @@ import {
7
7
UrlTree ,
8
8
} from '@angular/router' ;
9
9
import { Observable } from 'rxjs' ;
10
- import { GuiAuthResolver , NotificatorService } from '@perun-web-apps/perun/services' ;
10
+ import {
11
+ GuiAuthResolver ,
12
+ NotificatorService ,
13
+ RoutePolicyService ,
14
+ } from '@perun-web-apps/perun/services' ;
11
15
import { PerunBean } from '@perun-web-apps/perun/openapi' ;
12
- import { RoutePolicyService } from '../../../../../libs/perun/services/src/lib/route-policy.service' ;
13
16
14
17
interface AuthPair {
15
18
key : string ;
Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ export { PDFService } from './lib/pdf.service';
19
19
export { OtherApplicationsService } from './lib/other-applications.service' ;
20
20
export { CustomMatPaginator } from './lib/custom-mat-paginator' ;
21
21
export { EntityStorageService } from './lib/entity-storage.service' ;
22
+ export { RoutePolicyService } from './lib/route-policy.service' ;
You can’t perform that action at this time.
0 commit comments