refactor community list datasource

This commit is contained in:
Art Lowel
2019-10-11 14:52:41 +02:00
committed by Marie Verdonck
parent 8e0280cb5a
commit 79424ac108
7 changed files with 133 additions and 115 deletions

View File

@@ -3,6 +3,7 @@ import { Component, OnInit } from '@angular/core';
@Component({
selector: 'ds-community-list-page',
templateUrl: './community-list-page.component.html',
styleUrls: ['./community-list-page.component.scss']
})
export class CommunityListPageComponent implements OnInit {