profile-page.component.ts (dspace-angular-dspace-7.0) | : | profile-page.component.ts (dspace-angular-dspace-7.1) | ||
---|---|---|---|---|
import { Component } from '@angular/core'; | import { Component } from '@angular/core'; | |||
import { ProfilePageComponent as BaseComponent } from '../../../../app/profile-p age/profile-page.component'; | import { ProfilePageComponent as BaseComponent } from '../../../../app/profile-p age/profile-page.component'; | |||
@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 | |||
*/ | */ | |||
export class ProfilePageComponent extends BaseComponent { | export class ProfilePageComponent extends BaseComponent { | |||
} | } | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 4 lines changed or added |