this.http.delete(url + "/" + post.id) .subscribe(response => { let index = this.posts.indexOf(post); this.posts.splice(index, 1); })