Pagination for collections & Process feedback

This commit is contained in:
Marie Verdonck
2019-10-16 15:00:46 +02:00
parent adfe881a81
commit 84326ef564
20 changed files with 1420 additions and 457 deletions

View File

@@ -1,15 +1,9 @@
import { Component, OnInit } from '@angular/core';
import { Component } 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 {
constructor() { }
ngOnInit() {
}
export class CommunityListPageComponent {
}