mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
65528: Renaming/Moving according to feedback; style and links added; chevrons fixed
This commit is contained in:
@@ -3,7 +3,7 @@ import { RouterModule } from '@angular/router';
|
||||
import {CdkTreeModule} from '@angular/cdk/tree';
|
||||
|
||||
import {CommunityListPageComponent} from './community-list-page.component';
|
||||
import {CommunityListService} from './CommunityListService';
|
||||
import {CommunityListAdapter} from './community-list-adapter';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -12,6 +12,6 @@ import {CommunityListService} from './CommunityListService';
|
||||
]),
|
||||
CdkTreeModule,
|
||||
],
|
||||
providers: [CommunityListService]
|
||||
providers: [CommunityListAdapter]
|
||||
})
|
||||
export class CommunityListPageRoutingModule { }
|
||||
|
Reference in New Issue
Block a user