1
0

44024: search service changes

This commit is contained in:
Lotte Hofstede
2017-09-21 13:58:24 +02:00
parent 1bcb37f1b0
commit 93a5580258
5 changed files with 45 additions and 41 deletions

View File

@@ -69,6 +69,7 @@ export class ObjectListComponent implements OnChanges, OnInit {
ngOnInit(): void {
this.pageInfo = this.objects.pageInfo;
this.pageInfo.subscribe((info) => console.log(info));
}
/**