mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
Intermediate commit
This commit is contained in:
@@ -6,6 +6,7 @@ import { select, Store } from '@ngrx/store';
|
||||
import { EPerson } from '../../../core/eperson/models/eperson.model';
|
||||
import { AppState } from '../../../app.reducer';
|
||||
import { getAuthenticatedUser, isAuthenticationLoading } from '../../../core/auth/selectors';
|
||||
import { MYDSPACE_ROUTE } from '../../../+my-dspace-page/my-dspace-page.component';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-user-menu',
|
||||
@@ -26,6 +27,12 @@ export class UserMenuComponent implements OnInit {
|
||||
*/
|
||||
public user$: Observable<EPerson>;
|
||||
|
||||
/**
|
||||
* The mydspace page route.
|
||||
* @type {string}
|
||||
*/
|
||||
public mydspaceRoute = MYDSPACE_ROUTE;
|
||||
|
||||
constructor(private store: Store<AppState>) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user