Guest book
This commit is contained in:
@ -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);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user