mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Merge pull request #1309 from atmire/fix-themed-profile-page-component
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
|
||||
],
|
||||
exports: [
|
||||
ProfilePageSecurityFormComponent
|
||||
ProfilePageSecurityFormComponent,
|
||||
ProfilePageMetadataFormComponent
|
||||
],
|
||||
declarations: [
|
||||
ProfilePageComponent,
|
||||
|
@@ -3,8 +3,10 @@ import { ProfilePageComponent as BaseComponent } from '../../../../app/profile-p
|
||||
|
||||
@Component({
|
||||
selector: 'ds-profile-page',
|
||||
styleUrls: ['./profile-page.component.scss'],
|
||||
templateUrl: './profile-page.component.html'
|
||||
// styleUrls: ['./profile-page.component.scss'],
|
||||
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
|
||||
|
Reference in New Issue
Block a user