65528: Renaming/Moving according to feedback; style and links added; chevrons fixed

This commit is contained in:
Marie Verdonck
2019-10-11 17:37:43 +02:00
parent 79424ac108
commit 3daf35e4a4
8 changed files with 243 additions and 228 deletions

View File

@@ -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 { }