mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
fix the profile page component in the custom theme
This commit is contained in:
@@ -14,7 +14,8 @@ import { ThemedProfilePageComponent } from './themed-profile-page.component';
|
|||||||
SharedModule
|
SharedModule
|
||||||
],
|
],
|
||||||
exports: [
|
exports: [
|
||||||
ProfilePageSecurityFormComponent
|
ProfilePageSecurityFormComponent,
|
||||||
|
ProfilePageMetadataFormComponent
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
ProfilePageComponent,
|
ProfilePageComponent,
|
||||||
|
@@ -3,8 +3,10 @@ import { ProfilePageComponent as BaseComponent } from '../../../../app/profile-p
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-profile-page',
|
selector: 'ds-profile-page',
|
||||||
styleUrls: ['./profile-page.component.scss'],
|
// styleUrls: ['./profile-page.component.scss'],
|
||||||
templateUrl: './profile-page.component.html'
|
styleUrls: ['../../../../app/profile-page/profile-page.component.scss'],
|
||||||
|
// templateUrl: './profile-page.component.html'
|
||||||
|
templateUrl: '../../../../app/profile-page/profile-page.component.html'
|
||||||
})
|
})
|
||||||
/**
|
/**
|
||||||
* Component for a user to edit their profile information
|
* Component for a user to edit their profile information
|
||||||
|
Reference in New Issue
Block a user