Guest book

This commit is contained in:
Amritanshu
2019-06-25 17:13:56 +05:30
parent 7b08fe611f
commit 87076d9c00
3 changed files with 8 additions and 7 deletions

View File

@ -38,7 +38,6 @@ export class GuestBookListComponent implements OnInit {
).subscribe(x => {
return this.ser.list(x)
.subscribe((list: GuestBookList) => {
console.log("date changed");
this.data.next(list.list);
});
});