mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
[CST-5307] Migrate Researcher Profile (Angular).
This commit is contained in:
@@ -5,25 +5,33 @@ import { ProfilePageRoutingModule } from './profile-page-routing.module';
|
||||
import { ProfilePageComponent } from './profile-page.component';
|
||||
import { ProfilePageMetadataFormComponent } from './profile-page-metadata-form/profile-page-metadata-form.component';
|
||||
import { ProfilePageSecurityFormComponent } from './profile-page-security-form/profile-page-security-form.component';
|
||||
import { ProfilePageResearcherFormComponent } from './profile-page-researcher-form/profile-page-researcher-form.component';
|
||||
import { ThemedProfilePageComponent } from './themed-profile-page.component';
|
||||
import { FormModule } from '../shared/form/form.module';
|
||||
import { UiSwitchModule } from 'ngx-ui-switch';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
ProfilePageRoutingModule,
|
||||
CommonModule,
|
||||
SharedModule,
|
||||
FormModule
|
||||
FormModule,
|
||||
UiSwitchModule
|
||||
],
|
||||
exports: [
|
||||
ProfilePageComponent,
|
||||
ThemedProfilePageComponent,
|
||||
ProfilePageMetadataFormComponent,
|
||||
ProfilePageSecurityFormComponent,
|
||||
ProfilePageMetadataFormComponent
|
||||
ProfilePageResearcherFormComponent
|
||||
],
|
||||
declarations: [
|
||||
ProfilePageComponent,
|
||||
ThemedProfilePageComponent,
|
||||
ProfilePageMetadataFormComponent,
|
||||
ProfilePageSecurityFormComponent
|
||||
ProfilePageSecurityFormComponent,
|
||||
ProfilePageResearcherFormComponent
|
||||
]
|
||||
})
|
||||
export class ProfilePageModule {
|
||||
|
Reference in New Issue
Block a user